<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
      <title>CSS Combat - CSS-Tricks Forums</title>
      <link>http://css-tricks.com/forums/categories/css/p238/feed.rss</link>
      <pubDate>Wed, 19 Jun 13 22:53:02 -0400</pubDate>
         <description>CSS Combat - CSS-Tricks Forums</description>
   <language>en-CA</language>
   <atom:link href="/forums/discussions/feed.rss" rel="self" type="application/rss+xml" />
   <item>
      <title>Nav bar in google search</title>
      <link>http://css-tricks.com/forums/discussion/12559/nav-bar-in-google-search</link>
      <pubDate>Fri, 24 Jun 2011 17:10:04 -0400</pubDate>
      <dc:creator>Jeager</dc:creator>
      <guid isPermaLink="false">12559@/forums/discussions</guid>
      <description><![CDATA[Never looked into it, but when you google search whatever, say css-tricks, and the nav bar appears below the link, (videos, snippets, ect). How does one go about doing it? ]]></description>
   </item>
   <item>
      <title>Help Centering Blog</title>
      <link>http://css-tricks.com/forums/discussion/12553/help-centering-blog</link>
      <pubDate>Fri, 24 Jun 2011 12:27:19 -0400</pubDate>
      <dc:creator>janethread</dc:creator>
      <guid isPermaLink="false">12553@/forums/discussions</guid>
      <description><![CDATA[Hi All,<br />I am brand new to CSS, and need some help with my new blog, that I'm creating using Weebly.  I've been doing all of my work on a mac. When I view my page on the mac, it looks perfect; however, when I veiw it on a PC, it is totally off center--the background, header, text and navigation. I've looked at it on three different PCs, and it looks different on each one (all off center). I'm not sure what I'm doing wrong. <br />Can anyone help? I'm pasting the CSS code below. I would be forever grateful if someone could help me figure out what's what!<br />Thanks in advance :)<br /><br />*|* {<br />  margin:auto;<br />  padding:auto;<br />}<br />body {<br />  background-image:url('background redo 19.jpg');<br />  background-position: center-center;<br />  background-attachment: fixed;<br />  background-repeat: no-repeat;<br />  margin: 0pt auto;<br />  padding: auto;<br />  min height: 100%;<br />  min width: 1183pix;<br />  max width: 1183pix;<br />}<br />p {<br />   line-height:1.5;<br />}<br />h1, h2, h3{<br />   line-height:1.5;<br />}<br />#wrapper {<br />  width:100%;<br />  margin:0pt auto;<br />}<br />#contents {<br />  width:80%;<br />  margin:0pt auto;<br />}<br />*html #contents {<br />  width:1183px;<br />}<br />#header {<br />  background-image:url('logo 100.png');<br />  float:center-center;<br />  width:900px;<br />  height:289px;<br />  text-align:center;<br />  margin:0pt auto;<br />}<br />#sitename {<br />  position:relative;<br />  float:left;<br />  padding-top:25px;<br />  font-family:"times new roman",garamond, serif;<br />  color:#333333;<br />  font-size:2.5em;<br />  text-align:center;<br />}<br />#navigation {<br />  float:left;<br />  background: transparent url(nav_background.jpg) no-repeat center top;<br />  float:center;<br />  width:960px;<br />  height:40px;<br />  margin:0 auto;<br />  font-family:"lucida sans", arial, sans-serif;<br />  font-size:1em;<br />}<br />#navigation ul {<br />  float:left;<br />  padding-left:20px;<br />  padding-top:12px;   <br />  margin-left:0px;<br />  width:940px;<br />  height:28px;<br />}<br />*html #navigation ul {<br />  margin-left:-12px;<br />}<br />#navigation li {<br />  float:left;<br />  display:inline;<br />  font-size:1em;<br />  padding:12px 20px 13px 20px;<br />  margin-top:-12px;<br />  height:15px;<br />}<br />*html #navigation li {<br />  margin-right:4px;<br />}<br />#active {<br />  float:center;<br />  background: transparent url(activetab_background.jpg) no-repeat center top;<br />  color:#fff;<br />  text-align:center;<br />}<br />#navigation a:link  {<br />  color:#fff;<br />  text-decoration:none;  <br />}<br />#navigation a:hover  {<br />  color:#fff;<br />  text-decoration:none;  <br />}<br />#navigation a:visited  {<br />  color:#fff;<br />  text-decoration:none;  <br />}<br />#active a:link  {<br />  color:#fff;<br />  text-decoration:none;  <br />}<br />#active a:hover {<br />  color:#fff;<br />  text-decoration:none;  <br />}<br />#active a:visited {<br />  color:#fff;<br />  text-decoration:none;  <br />}<br />a:link, a:hover, a:visited {<br />  color:#198bef;<br />  font-weight:normal;<br />  text-decoration:underline;<br />}<br />#main {<br />  clear:both;<br />  width:920px;<br />  min-height:400px;<br />  height:auto !important;<br />  height:400px;<br />  padding:30px 20px 30px 20px;<br />}<br />img.image-left {<br />  margin-right:15px;<br />  float:left;<br />}<br />img.image-right {<br />  margin-left:15px;<br />  float:right;<br />}<br />#footer {<br />  float:left;<br />  width:960px;  <br />  border-top:1px solid #000000;<br />  margin:0px 0 30px 0;<br />}<br />#footer-contents {<br />  float:left;<br />  color:#000000;<br />  font-family:"lucida grande", "lucida sans", arial, sans-serif;<br />  padding:15px 0 0 20px;<br />  width:940px;<br />  height:28px;<br />}<br />*html #footer-contents {<br />  margin-top:-5px;<br />}<br />input {<br />  background-color:#fff;<br />  border:1px solid #999;<br />  font-size:12px;<br />}<br />textarea {<br />  background-color:#fff;<br />  border:1px solid #999;<br />  font-size:12px;<br />}<br />]]></description>
   </item>
   <item>
      <title>CSS buttons using box-reflect</title>
      <link>http://css-tricks.com/forums/discussion/12536/css-buttons-using-box-reflect</link>
      <pubDate>Thu, 23 Jun 2011 07:16:00 -0400</pubDate>
      <dc:creator>joshuanhibbert</dc:creator>
      <guid isPermaLink="false">12536@/forums/discussions</guid>
      <description><![CDATA[Saw <a rel="nofollow" href="http://forr.st/~zUE" target="_blank">this post</a> on Forrst (must be a member to view) and it inspired me to create <a rel="nofollow" href="http://jsfiddle.net/sl1dr/zr5a4/" target="_blank">this</a> using CSS.<br /><br />Any improvements you can think of?]]></description>
   </item>
   <item>
      <title>Splash site review - also</title>
      <link>http://css-tricks.com/forums/discussion/12522/splash-site-review-also</link>
      <pubDate>Wed, 22 Jun 2011 14:02:56 -0400</pubDate>
      <dc:creator>tannercampbell</dc:creator>
      <guid isPermaLink="false">12522@/forums/discussions</guid>
      <description><![CDATA[If you're interested in watching the show when it starts airing (after all the episodes have been recorded) sign up :)  we're working really hard on it.<br /><br />Okay now, REVIEW PLEASE! <br /><br /><a href="http://wonderfulworldofbeer.com" target="_blank" rel="nofollow">http://wonderfulworldofbeer.com</a>]]></description>
   </item>
   <item>
      <title>Problem with dropdown menu only in IE7 for joomla site</title>
      <link>http://css-tricks.com/forums/discussion/12465/problem-with-dropdown-menu-only-in-ie7-for-joomla-site</link>
      <pubDate>Mon, 20 Jun 2011 09:09:43 -0400</pubDate>
      <dc:creator>ctecha</dc:creator>
      <guid isPermaLink="false">12465@/forums/discussions</guid>
      <description><![CDATA[Hi everybody,<br /><br />New to the forums here. Having a problem with a dropdown menu in IE7 that appears underneath everything else on the page. It only happens in this browser and not the others. I've tried a lot of different things with position relative and z index and I can't seem to figure out how to make the menu appear above the content. In Firefox and even the other IE browsers you can see that the menu appears like it should but in IE7 it shows underneath. Any idea on how to fix this problem?<br /><br />Thanks for your help<br /><br />Alex]]></description>
   </item>
   <item>
      <title>CSS3  linear gradient to repeat on the y axis</title>
      <link>http://css-tricks.com/forums/discussion/12496/css3-linear-gradient-to-repeat-on-the-y-axis</link>
      <pubDate>Tue, 21 Jun 2011 18:07:32 -0400</pubDate>
      <dc:creator>cmaccss</dc:creator>
      <guid isPermaLink="false">12496@/forums/discussions</guid>
      <description><![CDATA[Hello everybody, I'm new to this forum but have been following Chris and his tutorials for a while now. <br /><br />Dose anyone know how to get a linear gradient to repeat on the y axis?<br />its the color #38a5d3 that I'm trying to get to repeat on the y axis<br /><br /><br />background-image: -moz-linear-gradient(top, #164570,#38a5d3); background-image: -webkit-gradient(linear, top, bottom, color-stop(0 #164570)(0,#38a5d3));}<br /><br /><br />thanks for your]]></description>
   </item>
   <item>
      <title>Jquery vs CSS</title>
      <link>http://css-tricks.com/forums/discussion/12517/jquery-vs-css</link>
      <pubDate>Wed, 22 Jun 2011 13:11:21 -0400</pubDate>
      <dc:creator>pzh20</dc:creator>
      <guid isPermaLink="false">12517@/forums/discussions</guid>
      <description><![CDATA[I have spent many years slowly picking up tips and tricks for using CSS and although I'm not a very active web developer, I can usually achieve most of what I need with a few google searches.<br /><br />This and other sites advocate Jquery as another technology to use, so recently I started an online tutorial, and it looks great. However, I'm becoming rather confused as to when to use JQuery and when to code CSS.<br /><br />What is the best approach? When should I use CSS and when does Jquery do best?<br /><br />Many thanks<br />Pete]]></description>
   </item>
   <item>
      <title>IE 6, 7, bugs - A guide to deal with them!</title>
      <link>http://css-tricks.com/forums/discussion/12495/ie-6-7-bugs-a-guide-to-deal-with-them</link>
      <pubDate>Tue, 21 Jun 2011 17:46:29 -0400</pubDate>
      <dc:creator>isra26</dc:creator>
      <guid isPermaLink="false">12495@/forums/discussions</guid>
      <description><![CDATA[I'm a Web Design and developer student, and I wonder with so many issues on IE 6 and 7, (just to start) has anyone came out with a book or a guide to deal with all these issues?. Seems like most designers spent a good deal of time researching solutions on the web to deal with this issues.<br />Any ideas where to find a concise guide or a site that helps designer's deal with IE's issues all in one place?<br /><br />Thanks.<br /><br />]]></description>
   </item>
   <item>
      <title>center page</title>
      <link>http://css-tricks.com/forums/discussion/12520/center-page</link>
      <pubDate>Wed, 22 Jun 2011 13:49:24 -0400</pubDate>
      <dc:creator>chanman</dc:creator>
      <guid isPermaLink="false">12520@/forums/discussions</guid>
      <description><![CDATA[Tell me what I need to do to center this page in all browsers.<br /><a rel="nofollow" href="http://www.cordialcottage.com/test%20folder/default.htm">website</a>]]></description>
   </item>
   <item>
      <title>Some help with conditional statements</title>
      <link>http://css-tricks.com/forums/discussion/12511/some-help-with-conditional-statements</link>
      <pubDate>Wed, 22 Jun 2011 11:20:30 -0400</pubDate>
      <dc:creator>tannercampbell</dc:creator>
      <guid isPermaLink="false">12511@/forums/discussions</guid>
      <description><![CDATA[Hey all,<br /><br />I need some help with some IE conditional statements - I don't really use them, and frankly I don't really understand how they work.<br /><br /><a href="http://wonderfulworldofbeer.com" target="_blank" rel="nofollow">http://wonderfulworldofbeer.com</a><br /><br />This seems to work fine in all browsers excepts IE6 and IE7 - on a previous post someone suggested using conditionals to address the issue of alignment with the form field, button, and the pre-loaded JQuery "your email address here" bit.  But I don't know how to do that.  Could someone give me the answer to this, and maybe with that answer explain a little bit about conditional statements?<br /><br />Thanks!<br />Tanner<br />(I know there are errors in the validator -- they all seem to have to do with the Google fonts API)]]></description>
   </item>
   <item>
      <title>Helvetica Neue problems</title>
      <link>http://css-tricks.com/forums/discussion/3888/helvetica-neue-problems</link>
      <pubDate>Sun, 02 Aug 2009 11:27:13 -0400</pubDate>
      <dc:creator>bangbang</dc:creator>
      <guid isPermaLink="false">3888@/forums/discussions</guid>
      <description><![CDATA[Hello,<br />here is my problem:<br />i have both mac and windows machines, and both have full serie of helvetica font.<br />of course as expected, there is no problem on the mac :)<br />but on the pc, if i visit a website that have 'Helvetica Neue' as default font, all browsers (except safari) are showing what i believe is Helvetica Neue CONDENSED instead of normal, and it make the whole text almost impossible to read.<br />this is particularly annoying as i cant really test my css on the pc if i use that font.<br /><br />so i was wondering if it is a problem on my machine, or everyone with the helvetica font for pc got that problem ?<br />i really hope its only me, otherwise all those nice looking websites on mac would look horrible on every pc with helvetica]]></description>
   </item>
   <item>
      <title>Firefox 4 Error</title>
      <link>http://css-tricks.com/forums/discussion/12435/firefox-4-error</link>
      <pubDate>Fri, 17 Jun 2011 13:28:35 -0400</pubDate>
      <dc:creator>seanroberts</dc:creator>
      <guid isPermaLink="false">12435@/forums/discussions</guid>
      <description><![CDATA[Hello guys, I am trying to diagnose a problem with a navigation bar. The site is <a href="http://www.divers-supply.com" target="_blank" rel="nofollow">http://www.divers-supply.com</a><br /><br /><br /><br />It works fine in all of my browser testing. However, I just built a new 64 bit computer and with FF4 It is dropping down the last "li" "Shop By Brand" . I am wondering if this is just a css error or if its a browser setting issue. My zoom is reset and my font size is set to allow the webpage to dictate how big the font-size is. Any ideas? <br /> ]]></description>
   </item>
   <item>
      <title>Soon to be launched..Needing Critiques</title>
      <link>http://css-tricks.com/forums/discussion/12461/soon-to-be-launched-needing-critiques</link>
      <pubDate>Sun, 19 Jun 2011 23:40:00 -0400</pubDate>
      <dc:creator>Adman</dc:creator>
      <guid isPermaLink="false">12461@/forums/discussions</guid>
      <description><![CDATA[Hey all I need your assistance. I'm working on a website for a buddy of mine. It's been a long time coming (pro bono) and just losing focus. I used to like the layout, but now it seems a bit blah. I would like to hear your critiques on things that I could do to improve them? I think what may be hindering the design is that it's pretty basic. Granted this type of site is going to be an informative one, but would like your feedback.<br /><br /><a rel="nofollow" href="http://www.thec3source.com/main.php">The C3 Source</a><br /><br />One thing on the corvette page, I am playing around with images as color swatches. I have used CSS3 to make them pop-out, however I don't like how it has to basically load a part of it when it's fully loaded (did that make sense?)<br /><br />Thank you for your time!<br /><br />-Adam]]></description>
   </item>
   <item>
      <title>Hide text with *** but visible on selection.</title>
      <link>http://css-tricks.com/forums/discussion/12509/hide-text-with-but-visible-on-selection-</link>
      <pubDate>Wed, 22 Jun 2011 09:17:00 -0400</pubDate>
      <dc:creator>Nahuel</dc:creator>
      <guid isPermaLink="false">12509@/forums/discussions</guid>
      <description><![CDATA[A friend of mine needed to do this in order to show a "secret message" on his website. The idea is simple, a text would show up like "****" but you would se the real text when you select it. Sort of like when you use the same text color as in the background, but cooler.<br /><br />You think this is possible to achieve with CSS? Or even with JS?]]></description>
   </item>
   <item>
      <title>Web Font padding issue</title>
      <link>http://css-tricks.com/forums/discussion/12518/web-font-padding-issue</link>
      <pubDate>Wed, 22 Jun 2011 13:24:12 -0400</pubDate>
      <dc:creator>closeyetfar</dc:creator>
      <guid isPermaLink="false">12518@/forums/discussions</guid>
      <description><![CDATA[I am having an issue with extra padding on my global nav bar. The issue is only in FireFox 3.6-5 (Mac only) and IE9. I am using webfonts for my global nav and the dropdown menu under ASK A LIBRARIAN gets pushed over to the left about 2 pixels. In all other browsers it lines up on the right. I think it might be the WOFF font rendering. But I could be wrong. Any ideas on how to fix would be great.<br /><br />Here is a URL example: <a href="http://libweb1.lib.buffalo.edu/main/news/index.html" target="_blank" rel="nofollow">http://libweb1.lib.buffalo.edu/main/news/index.html</a><br /><br />Looks fine in IE7, IE8, Chrome (Mac &amp; PC), FireFox 4 (PC only) and Safari.]]></description>
   </item>
   <item>
      <title>Possible CSS3 question...Insight wanted</title>
      <link>http://css-tricks.com/forums/discussion/12492/possible-css3-question-insight-wanted</link>
      <pubDate>Tue, 21 Jun 2011 12:43:59 -0400</pubDate>
      <dc:creator>Thadley</dc:creator>
      <guid isPermaLink="false">12492@/forums/discussions</guid>
      <description><![CDATA[What's up fellow web people :)<br /><br />I got a question regarding skewing 'divs' if you will, rather than having a image. Here is an example of what I mean, <a rel="nofollow" href="http://www.flickr.com/photos/64138994@N07/5841541278/">Look at the header graphic.</a><br /><br />You see how the purple is skewed and then the blue is also skewed the same way. Can you achieve this with possible CSS or CSS3 to save using an image? Targeting a specific side and then 'skewing' it?<br /><br />Just a question that struck me as interesting and if anyone has cool ideas how to accomplish this, then by all means, share :)<br />]]></description>
   </item>
   <item>
      <title>CSS Columns Problem</title>
      <link>http://css-tricks.com/forums/discussion/12486/css-columns-problem</link>
      <pubDate>Tue, 21 Jun 2011 04:31:40 -0400</pubDate>
      <dc:creator>Brightonmike</dc:creator>
      <guid isPermaLink="false">12486@/forums/discussions</guid>
      <description><![CDATA[I'd really like to use columns on a music site of mine. I've tinkered about using Dev Tools and I think I know how I'd like it. However, there is a problem.<br /><br />The problem is using columns forces the posts to break in half if they don't perfectly fit, height wise. This means if you're reading the site, you'd have to keep scrolling up and down - very annoying. That's also my main general gripe with columns, they force you to scroll.<br /><br /><a rel="nofollow" href="http://i52.tinypic.com/fk9vh4.jpg">http://i52.tinypic.com/fk9vh4.jpg</a><br /><br />That shows you what I mean...<br /><br />Is there anyway to do it so it isn't cutting posts in half like that?]]></description>
   </item>
   <item>
      <title>Wordpress - Simple Newsletter Subscription</title>
      <link>http://css-tricks.com/forums/discussion/12503/wordpress-simple-newsletter-subscription</link>
      <pubDate>Wed, 22 Jun 2011 04:30:48 -0400</pubDate>
      <dc:creator>CrownOfMars</dc:creator>
      <guid isPermaLink="false">12503@/forums/discussions</guid>
      <description><![CDATA[Does anyone out there know a simple newsletter subscription plugin?<br /><br />I've looked everywhere and they all seem way too complicated for what i'm looking for.<br />I want to give users the opportunity to hit a simple "Newsletter (Subscribe)" button, and if they do, their email (the one they registered originally with) is listed in the back-end.<br /><br />Thanks!]]></description>
   </item>
   <item>
      <title>[Solved] Aligning an Image to the Centre</title>
      <link>http://css-tricks.com/forums/discussion/12491/solved-aligning-an-image-to-the-centre</link>
      <pubDate>Tue, 21 Jun 2011 12:29:29 -0400</pubDate>
      <dc:creator>Glenbot3000</dc:creator>
      <guid isPermaLink="false">12491@/forums/discussions</guid>
      <description><![CDATA[A bit of a rudimentary question, but I am a rookie after all. :3<br /><br />So yeah, how can I align an image I have to the centre of the page (on all resolutions/browsers)?]]></description>
   </item>
   <item>
      <title>Transform not working in Chrome 12</title>
      <link>http://css-tricks.com/forums/discussion/12474/transform-not-working-in-chrome-12</link>
      <pubDate>Mon, 20 Jun 2011 15:27:00 -0400</pubDate>
      <dc:creator>jimdavis</dc:creator>
      <guid isPermaLink="false">12474@/forums/discussions</guid>
      <description><![CDATA[Cant seem to get any transforms working in Chrome 12. Works in all other modern browsers. Link to test page: <a href="http://jimdavis.org/transtest1.html" target="_blank" rel="nofollow">http://jimdavis.org/transtest1.html</a><br />What am I missing?]]></description>
   </item>
   <item>
      <title>(X)HTML 5 &quot;hybrid&quot;</title>
      <link>http://css-tricks.com/forums/discussion/12471/xhtml-5-hybrid</link>
      <pubDate>Mon, 20 Jun 2011 14:05:42 -0400</pubDate>
      <dc:creator>krysak4ever</dc:creator>
      <guid isPermaLink="false">12471@/forums/discussions</guid>
      <description><![CDATA[hi,<br /><br />what do you use more?<br /><br /><strong>XHTML 1.0 </strong>= "div + id" mess but looks cool in every browser<br /><strong>HTML 5 </strong>= clean and neat yet depends on <strong>.JS</strong><br /><br />I am using HYBRID of sort<br />best techniques and clean coding, nesting, quoting values, I learnt from XHTML in combination with <strong>&lt;!doctype html&gt;</strong> and neat short versions of <strong>script, style, meta</strong> avoiding for now new elements like <em>header, footer, nav, article, section,</em> ...<br /><br />created projects in HTML5 and simply love it<br />but sad truth to be told, if <strong>.JS</strong> is turned off, layout is killed (some parts)]]></description>
   </item>
   <item>
      <title>2 backgrounds css</title>
      <link>http://css-tricks.com/forums/discussion/12233/2-backgrounds-css</link>
      <pubDate>Fri, 03 Jun 2011 16:26:28 -0400</pubDate>
      <dc:creator>intodesign</dc:creator>
      <guid isPermaLink="false">12233@/forums/discussions</guid>
      <description><![CDATA[Howdy, <br /><br />I'm trying to use this syntax which it's works in FF :<br /><br /><pre><code><br />background:url(images/bg.jpg) no-repeat top, url(images/bg2.jpg) repeat;<br /></code></pre><br /><br />But doesn't seem to work in IE, <br />Any suggestions? ]]></description>
   </item>
   <item>
      <title>Detecting browsers without transparency capability</title>
      <link>http://css-tricks.com/forums/discussion/12232/detecting-browsers-without-transparency-capability</link>
      <pubDate>Fri, 03 Jun 2011 14:13:35 -0400</pubDate>
      <dc:creator>Jeager</dc:creator>
      <guid isPermaLink="false">12232@/forums/discussions</guid>
      <description><![CDATA[Is there a way that I can use normal rgba transparency's for something, and have some kind of detection that it will use a transparent image in its place if the browser does not support it?]]></description>
   </item>
   <item>
      <title>Problem with the div thing</title>
      <link>http://css-tricks.com/forums/discussion/12481/problem-with-the-div-thing</link>
      <pubDate>Mon, 20 Jun 2011 22:02:09 -0400</pubDate>
      <dc:creator>kayliu</dc:creator>
      <guid isPermaLink="false">12481@/forums/discussions</guid>
      <description><![CDATA[I am a newbie of making web and using css. Currently making my first css site. Somehow the green box(I just make it green so you guys know what I am talking about) thing appeared and blocked my  path to success. Anyone know what I did wrong on the coding? I wanna remove that green thing, thanks all.<br /><br />here is the site. <a href="http://dl.dropbox.com/u/5594714/index.html" target="_blank" rel="nofollow">http://dl.dropbox.com/u/5594714/index.html</a>]]></description>
   </item>
   <item>
      <title>Uploading Video.. Best Way?</title>
      <link>http://css-tricks.com/forums/discussion/12480/uploading-video-best-way</link>
      <pubDate>Mon, 20 Jun 2011 18:52:15 -0400</pubDate>
      <dc:creator>CleanUP_CharliE</dc:creator>
      <guid isPermaLink="false">12480@/forums/discussions</guid>
      <description><![CDATA[I've been wanting to design websites for quite some time and just recently took the plunge. <br /><br />I have been formulating questions as the website evolves, and now i want to know what would be a nice way to upload a video.<br /><br />2nd time around CSS-Tricks,  i see that a lot of people follow it ;)<br /><br />The video is 45MBs in size by the way. Some websites have Youtube as their "hosting" technique. I really do not want that.<br /><br />Is it a thing of just inserting the video directly into DreamWeaver and that's it, or can i apply a 'Play' and 'Pause' button, etc, and modify some stuff?<br /><br />Thanks.]]></description>
   </item>
   <item>
      <title>CSS Button Links</title>
      <link>http://css-tricks.com/forums/discussion/12478/css-button-links</link>
      <pubDate>Mon, 20 Jun 2011 17:08:14 -0400</pubDate>
      <dc:creator>cascademultimedia</dc:creator>
      <guid isPermaLink="false">12478@/forums/discussions</guid>
      <description><![CDATA[Hi,<br /><br />The buttons on the menu bar on my website aren't linking like I have them set to. I'm guessing that I am missing something within the CSS?<br /><br />Thanks for your help!]]></description>
   </item>
   <item>
      <title>A little question about css and altering the way links look</title>
      <link>http://css-tricks.com/forums/discussion/12453/a-little-question-about-css-and-altering-the-way-links-look</link>
      <pubDate>Sun, 19 Jun 2011 04:39:18 -0400</pubDate>
      <dc:creator>furrball1383</dc:creator>
      <guid isPermaLink="false">12453@/forums/discussions</guid>
      <description><![CDATA[Hello, I've just set about designing a webpage for myself and have hit a snag in my design. basically for the navigation i have made block elements with pictures in the background and the link text on top however the link text is up at the top of the block and i need to move it down to the bottom. I know this might seem silly but could someone help me figure it out?]]></description>
   </item>
   <item>
      <title>Webkit transform problem (SAFARI)</title>
      <link>http://css-tricks.com/forums/discussion/12469/webkit-transform-problem-safari</link>
      <pubDate>Mon, 20 Jun 2011 11:54:50 -0400</pubDate>
      <dc:creator>syron1988</dc:creator>
      <guid isPermaLink="false">12469@/forums/discussions</guid>
      <description><![CDATA[Hello guys!<br /><br />I've been searching google the whole day for finding a solution for my problem and I found 1 article at apple support, but they did not get it solved, so I am asking here cause I know some great developers are here!<br /><br />My problem is as followed:<br />I have a list of div:s, the first div has an id #post, this #post should, only in safari, make a 180 degree transform and change the content of the div. That means it is like a card with a front and a back side.<br /><br />It works on chrome, except the background, which gets kinda laggy while flipping, but that's not a concern since chrome will not be supported for the flip.<br /><br />The problem I have is, that after the flip, safari gives opaque 0 (not in real css) to the content of it. I can highlight the text with my mouse, unable to see it, but with CTRL + c I can copy and +v paste it. So it is existing at correct position, but not showing... I hope you understand my problem.<br /><br />My code is as followed:<br /><br />#scroller is the basic container of all div:s I talked about at the beginning.<br /><br />CSS<br /><pre><code>#scroller {<br />	-webkit-perspective: 2000;<br />}<br />.block {<br />	z-index: 99;<br />    position: position;<br />    -webkit-transform-style: preserve-3d;<br />	transition: all .4s ease-in-out;<br />	-moz-transition: all .4s ease-in-out;<br />	-webkit-transition: all .4s ease-in-out;<br />}<br />.rotated{<br />    -webkit-transform: rotateY(180deg);<br />}<br />.side{<br />	-webkit-backface-visibility: hidden;<br />}<br />.front{<br />			z-index: 900;<br />	-webkit-transform: rotateY(0deg);<br />	-webkit-transform-style: preserve-3d;<br />	-webkit-backface-visibility: hidden;<br />}<br />.back{<br />			z-index: 800;<br />			-webkit-transform: rotateY(-180deg);<br />			-webkit-transform-style: preserve-3d;<br />			-webkit-backface-visibility: hidden;<br /> <br />}<br />.back p {<br />	background-color: white;<br />	color: black;<br />	opacity: .5;<br />}</code></pre><br /><br />PHP Code<br /><pre><code>&lt;li id=&quot;post&quot; class=&quot;block&quot; style=&quot;overflow: hidden;&quot;&gt;<br />            &lt;div class=&quot;front side&quot; style=&quot;background: url(&lt;?php echo $large_image_url[0]; ?&gt;);&quot;&quot;&gt;<br />                &lt;div class=&quot;post_content&quot; style=&quot;height: 514px; overflow: hidden; padding: 20px;&quot;&gt;<br />                    &lt;h2 id=&quot;post-&lt;?php the_ID(); ?&gt;&quot;&gt;&lt;?php the_title(); ?&gt;&lt;/h2&gt;<br />                    &lt;?php the_content(); ?&gt;<br />                &lt;/div&gt;<br />                &lt;div class=&quot;post_more&quot; style=&quot;text-align: right; height: 46px;&quot;&gt;<br />                    &lt;a style=&quot;cursor: pointer;&quot;&gt;&lt;img style=&quot;height: 46px; padding: 0; margin: 0;&quot; src=&quot;&lt;?php bloginfo('template_url'); ?&gt;/images/page_turn.png&quot; /&gt;&lt;/a&gt;<br />                &lt;/div&gt;<br />            &lt;/div&gt;<br />            &lt;div class=&quot;back side&quot;&gt;<br />                &lt;div class=&quot;post_content&quot; style=&quot;height: 514px; overflow: hidden; padding: 20px;&quot;&gt;<br />                    &lt;?php multieditDisplay('Baksidan');?&gt;<br />                &lt;/div&gt;<br />                &lt;div class=&quot;post_more&quot; style=&quot;text-align: right; height: 46px;&quot;&gt;<br />                    &lt;a style=&quot;cursor: pointer;&quot;&gt;&lt;img style=&quot;height: 46px; padding: 0; margin: 0;&quot; src=&quot;&lt;?php bloginfo('template_url'); ?&gt;/images/page_turn_back.png&quot; /&gt;&lt;/a&gt;<br />                &lt;/div&gt;<br />            &lt;/div&gt;<br />    &lt;/li&gt;</code></pre><br /><br />And the javascript toggle function:<br /><pre><code>$(&quot;#post .post_more a&quot;).click(function() {<br />				if(document.getElementById(&quot;post&quot;).className == &quot;block&quot;){<br />					document.getElementById(&quot;post&quot;).className += &quot; rotated&quot;;			<br />				}<br />				else{<br />					document.getElementById(&quot;post&quot;).className = &quot;block&quot;;<br />				}<br />			});</code></pre><br /><br /><br />Does anyone know what Im doing wrong?<br /><br />Thanks in advantage.]]></description>
   </item>
   <item>
      <title>Mobile Styles &amp; !important</title>
      <link>http://css-tricks.com/forums/discussion/12424/mobile-styles-important</link>
      <pubDate>Fri, 17 Jun 2011 05:46:59 -0400</pubDate>
      <dc:creator>Brightonmike</dc:creator>
      <guid isPermaLink="false">12424@/forums/discussions</guid>
      <description><![CDATA[I'm working on the mobile styles for a site.<br /><br />They only apply when I re-size the browser to mobile size when I use !important. If I take !important away, they have no effect.<br /><br />Is this normal? It doesn't seem so.]]></description>
   </item>
   <item>
      <title>Navigation Bar Help! :)</title>
      <link>http://css-tricks.com/forums/discussion/12239/navigation-bar-help-</link>
      <pubDate>Sat, 04 Jun 2011 03:00:01 -0400</pubDate>
      <dc:creator>ramit</dc:creator>
      <guid isPermaLink="false">12239@/forums/discussions</guid>
      <description><![CDATA[can anyone help me if how a navigation same as this is created ? <a rel="nofollow" href="http://www.kunalchhajer.com/index.html">Site of Kunal C.</a><br /><br />A reply would be much appreciated :)<br />]]></description>
   </item>
   </channel>
</rss>