<?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/p224/feed.rss</link>
      <pubDate>Tue, 21 May 13 10:58:32 -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>Border around paragraph text</title>
      <link>http://css-tricks.com/forums/discussion/12303/border-around-paragraph-text</link>
      <pubDate>Wed, 08 Jun 2011 17:22:49 -0400</pubDate>
      <dc:creator>NioN</dc:creator>
      <guid isPermaLink="false">12303@/forums/discussions</guid>
      <description><![CDATA[How can I get a border around my paragraph text which is nested inside a div with a fixed height and width?<br /><br />It works with the text-decoration: underline overline property but I want to give the border some more padding. Increasing the line-height doesn't work. <br /><br />This is the HTML<br /><pre><code><br />&lt;div id=&quot;advert1text&quot;&gt;<br />			<br />	&lt;p&gt;&lt;span class=&quot;bold&quot;&gt;TOPAANBOD&lt;/span&gt; Ervaren model (750 jr.).&lt;br&gt;<br />	Staat graag in de picture! Fotoshoot?&lt;/p&gt;<br />				<br />&lt;/div&gt; &lt;!-- end text --&gt;<br /></code></pre><br /><br />And the CSS<br /><pre><code><br />#advert1text{<br />float: left;<br />width: 315px;<br />height: 94px;<br />margin-bottom: 22px;<br />background: url('../images/advertbg.jpg') no-repeat;<br />}<br /><br />#advert1text p{<br />padding: 18px 0px 0px 10px;<br />line-height: 30px;<br />text-decoration: underline overline;<br />}<br /></code></pre><br /><br />Thanks in advance.]]></description>
   </item>
   <item>
      <title>need help resizing column and color links</title>
      <link>http://css-tricks.com/forums/discussion/12306/need-help-resizing-column-and-color-links</link>
      <pubDate>Wed, 08 Jun 2011 20:26:24 -0400</pubDate>
      <dc:creator>carardnas</dc:creator>
      <guid isPermaLink="false">12306@/forums/discussions</guid>
      <description><![CDATA[I was trying to do a three colum web page but have now abandoned that in favor of 2 columns with a table in the main colum to give me the third colum, it seems less of a problem than the three columns. <br />Now I am trying to add some links  under the flyout menu but not included in the menu, I also want to maove the flyout menu and the other links  a bit more to the left so that I have a bit more room for the text.  When done with that I would also like to change the color of the links in the footer but not change the colors in the flyout. any assistance would be greatly appreciated. <br />Thank you<br />Sandra]]></description>
   </item>
   <item>
      <title>CSS3 Transform Skew</title>
      <link>http://css-tricks.com/forums/discussion/11189/css3-transform-skew</link>
      <pubDate>Sun, 13 Mar 2011 20:59:22 -0400</pubDate>
      <dc:creator>realph</dc:creator>
      <guid isPermaLink="false">11189@/forums/discussions</guid>
      <description><![CDATA[Does anyone know how to achieve skew like <a rel="nofollow" href="http://cl.ly/5C42/skew.jpg">this</a> using CSS's new transform property?<br /><br />As you can see I'm trying to skew both corners, anyone know if this is possible?<br />]]></description>
   </item>
   <item>
      <title>Website feedback</title>
      <link>http://css-tricks.com/forums/discussion/12296/website-feedback</link>
      <pubDate>Wed, 08 Jun 2011 12:31:49 -0400</pubDate>
      <dc:creator>tannercampbell</dc:creator>
      <guid isPermaLink="false">12296@/forums/discussions</guid>
      <description><![CDATA[Hey all.<br /><br />A collaboration of business owners (myself included) are attempting to get together and form a tour de force company to handle all things web.  Redefining Internet Service Provider from meaning what it meant in the 90's to meaning a Provider of Services concerning the Internet; web design, copy writing, social media management, analytics, ad campaign management et cetera.  A, dare I say it, one stop shop.<br /><br />Anyway, currently we're purchasing retail space and building the brand on Twitter and Facebook -- in the interim I've put up a info collecting page to send people to (from the social networks) to build a mailing list we can use when we formally launch.  I've never made a page meant to do that and wondered if I could get everyone's thoughts on how well this might or might not convert.  Thanks!<br /><br />**EDIT: Keep in mind people will be directed here for more information from our social networks and Google and FB ad campaigns, I'm not looking to convert accidental visitors so much.  **<br /><br /><a href="http://hiretheflock.com" target="_blank" rel="nofollow">http://hiretheflock.com</a>]]></description>
   </item>
   <item>
      <title>Adjusting the y-axis start position of ::-webkit-scrollbar?</title>
      <link>http://css-tricks.com/forums/discussion/12273/adjusting-the-y-axis-start-position-of-webkit-scrollbar</link>
      <pubDate>Tue, 07 Jun 2011 09:12:45 -0400</pubDate>
      <dc:creator>Deeper</dc:creator>
      <guid isPermaLink="false">12273@/forums/discussions</guid>
      <description><![CDATA[I've styled the scrollbar on my site for webkit browsers and it works fine on browser windows above 648px in width...<br /><br /><a href="http://establi.sh/notes" target="_blank" rel="nofollow">http://establi.sh/notes</a><br /><br />However the site uses media queries and when the browser window is 648px or below in width a 648px width kicks in on the body. The scroll bar is now aligned next to the content. This isn't such a problem, however is there a way to make the scroll bar start at the top of the blog content (white box) instead of the top of the page? So about 68px from the top of the page. I've been playing around with it but can't seem to find a way to adjust that.]]></description>
   </item>
   <item>
      <title>Can an anchor name start with a number?</title>
      <link>http://css-tricks.com/forums/discussion/12290/can-an-anchor-name-start-with-a-number</link>
      <pubDate>Wed, 08 Jun 2011 06:14:53 -0400</pubDate>
      <dc:creator>chuckee</dc:creator>
      <guid isPermaLink="false">12290@/forums/discussions</guid>
      <description><![CDATA[Hi,<br />I've recently been informed by someone that the following is invalid, as it <strong>starts </strong>with a number:<br /><pre><code>&lt;a name=&quot;345a&quot;&gt;text&lt;/a&gt;</code></pre><br /><br />The reason was "anchor name and id share the same namespace and id's can't be numbers".<br />Is the above anchor name really invalid?<br />Thanks<br />]]></description>
   </item>
   <item>
      <title>floating links</title>
      <link>http://css-tricks.com/forums/discussion/12285/floating-links</link>
      <pubDate>Tue, 07 Jun 2011 19:30:23 -0400</pubDate>
      <dc:creator>Johnson</dc:creator>
      <guid isPermaLink="false">12285@/forums/discussions</guid>
      <description><![CDATA[I'm pretty new to CSS and HTML and I am trying to follow along with this <a rel="nofollow" href="http://css-tricks.com/video-screencasts/2-converting-a-photoshop-mockup-part-2-of-3/">tutorial</a>. The issue I'm having is  that my links don't move with the page when I resize the browser window like the header and footer does. They stay static on the page and don't move. I was wondering which piece of the code allows for the links and text to change with the browser resizing. (when fullscreen the header is in the middle and links are all still to the left side of the page) Thanks in advance, I hope I explained this well enough.]]></description>
   </item>
   <item>
      <title>CSS-Tricks&#039; Nav Bar</title>
      <link>http://css-tricks.com/forums/discussion/12157/css-tricks039-nav-bar</link>
      <pubDate>Sun, 29 May 2011 18:04:34 -0400</pubDate>
      <dc:creator>Catasphere</dc:creator>
      <guid isPermaLink="false">12157@/forums/discussions</guid>
      <description><![CDATA[I like the nav bar Chris uses on this site, especially the expanding when you hover over a link. How can I create a nav bar like this one?]]></description>
   </item>
   <item>
      <title>[AnythingSlider] Change arrow type</title>
      <link>http://css-tricks.com/forums/discussion/12274/anythingslider-change-arrow-type</link>
      <pubDate>Tue, 07 Jun 2011 09:21:36 -0400</pubDate>
      <dc:creator>bipin</dc:creator>
      <guid isPermaLink="false">12274@/forums/discussions</guid>
      <description><![CDATA[My implementation of slider is pretty small (height/width wise). The default arrows look pretty big and hence I'm looking to use the other arrows (may be arrows-minimalist.png).<br />Is there a direct way to override, or do I have to modify the primary css file?<br /><br />Thanks in advance!]]></description>
   </item>
   <item>
      <title>Anything Slider and &#039;Setting current slide (external link example)</title>
      <link>http://css-tricks.com/forums/discussion/12268/anything-slider-and-039setting-current-slide-external-link-example</link>
      <pubDate>Mon, 06 Jun 2011 21:56:50 -0400</pubDate>
      <dc:creator>joelmb</dc:creator>
      <guid isPermaLink="false">12268@/forums/discussions</guid>
      <description><![CDATA[Hi all. I'm new here, and pretty new to jquery so please be patient! I've been struggling all day with this slider, though I must say if looks superb, I'm just having some trouble tweaking it to my needs....<br /><br />In the Usage help <a href="http://css-tricks.com/examples/AnythingSlider/#panel2-5" target="_blank" rel="nofollow">http://css-tricks.com/examples/AnythingSlider/#panel2-5</a><br />It says to add:<br /><br />Setting current slide (external link example):<br /><br /><pre><code>&lt;a href=&quot;#&quot; id=&quot;slide-jump&quot;&gt;Slide 4&lt;/a&gt;<br /><br />$(&quot;#slide-jump&quot;).click(function(){<br />  $('#slider2').anythingSlider(4);<br />});</code></pre><br /><br />The first snippet is the link to click and change the slide, the second from the demo files source I can see goes in the head text. But it just won't work. I changed the above snippet to slider1 as that is what my slider is called but no joy. I cant understand how the above code references the correct slide using just (4) when in the example the slide is called 'panel4' either?! <br /><br />My wish is to eventually remove the navigation numbers, and have my top nav control the slider hence needing the above. For testing I added a "Slide 4" text link below the top left logo.<br /><br />Any help is much appreciated firstly on sorting the setting slide problem, and secondly advice on how to remove the navigation number control completely.<br /><br />Joel]]></description>
   </item>
   <item>
      <title>Do you still use ?</title>
      <link>http://css-tricks.com/forums/discussion/12154/do-you-still-use-</link>
      <pubDate>Sun, 29 May 2011 15:36:24 -0400</pubDate>
      <dc:creator>StephBertha</dc:creator>
      <guid isPermaLink="false">12154@/forums/discussions</guid>
      <description><![CDATA[Hi there,<br /><br />Do you guys still use <pre><code>&lt;noscript&gt;</code></pre> for people who have JS turned off?  I haven't seen anybody using it, just wondering if there's a reason to continue doing so.<br /><br />- Steph]]></description>
   </item>
   <item>
      <title>CSS problem</title>
      <link>http://css-tricks.com/forums/discussion/12266/css-problem</link>
      <pubDate>Mon, 06 Jun 2011 17:20:21 -0400</pubDate>
      <dc:creator>hmartin_art</dc:creator>
      <guid isPermaLink="false">12266@/forums/discussions</guid>
      <description><![CDATA[Today I was told by a job recruiter that my css on my website is off. When I made the header and footer wrappers repeatable along x, they started to have the text on a black background instead of the what the wrappers were suppose to be when it got smaller. So what am I doing wrong? The body rule does not have a width so I dont understand why it is doing this. I am not a hard coder, I'm trying to learn how to code.]]></description>
   </item>
   <item>
      <title>[Solved]  Drop Down Triggering When It Shouldn&#039;t</title>
      <link>http://css-tricks.com/forums/discussion/12251/solved-drop-down-triggering-when-it-shouldn039t</link>
      <pubDate>Sun, 05 Jun 2011 15:04:11 -0400</pubDate>
      <dc:creator>grovesk</dc:creator>
      <guid isPermaLink="false">12251@/forums/discussions</guid>
      <description><![CDATA[Hi - I've got a drop down that was built by someone else, and it's triggering when it shouldn't. Can someone have a look at it for me and offer some suggestions?<br /><br /><a rel="nofollow" href="http://grovesdesign.net/clients/jordan/astera_staging/home_threepanel.html">Here's the page</a><br /><br />The menu I'm referring to is the My Account just to the left of the search bar. If you place your mouse just under the search field, about half way along, it's triggering the drop down. The client wants i to trigger ONLY when you hover over the words My Account.<br /><br />It uses CSS Sprites for the background images (I have no experience with sprites) but it seems to be that the top image is the trigger, rather than the words My Account. <br /><br />Here's the CSS for that section.<br /><br /><pre><code><br /><br />.wrapper { width:960px; margin-left:auto; margin-right:auto}<br />.wp_1100 { width:100%;}<br />.top-line, .bottom-line { width:100%; height:3px; overflow:hidden}<br />.top-line { background:url(../images/topline.png) repeat-x 0 1px}<br />.bottom-line { background:url(../images/bottomline.png) repeat-x}<br /><br />.header {<br />	z-index:1;<br />	height:auto<br />}<br />.header .logo { <br />	top:72px; <br />	left:0<br />}<br />.header .top { <br />	z-index:2; <br />	top:0; <br />	height:35px; <br />	background:#333130; <br />	color:#fff<br />}<br /><br />.header dl, dt, dd, ol, ul, li, td { margin:0; padding:0;} <br /><br />.header .top .wrapper { z-index:3}<br />.header .top-line { top:35px}<br />.header .links { top:10px; right:188px;}<br />.header .my-account { top:7px; right:35px; width:152px; padding-top:3px}<br />.header .search {<br />	z-index:3;<br />	top:10px;<br />	right:0;<br />	width:104px;<br />	height:15px;<br />	overflow:hidden;<br />	background-image: url(../images/search-bg.png);<br />	background-repeat: no-repeat;<br />}<br />.rel { position:relative} .abs { position:absolute} .fixed { position:fixed}<br /><br />.header .links li {<br />	font-family: 'InterstateLight', Arial, Helvetica, sans-serif;<br />	font-size: 10px;<br />	line-height: 15px;<br />	position:relative;<br />	display:inline;<br />	float:left;<br />	height:15px;<br />	margin-left:10px;<br />}<br />.header .links li a {<br />	font-family: 'InterstateLight', Arial, Helvetica, sans-serif;<br />	font-size: 10px;<br />	line-height: 15px;<br />	font-size:10px;<br />	color:#FFFFFF;<br />	text-decoration:none;<br />}<br /><br />.header .links li a:hover {<br />	font-family: 'InterstateLight', Arial, Helvetica, sans-serif;<br />	font-size: 10px;<br />	line-height: 15px;<br />	text-decoration:none;<br />	color:#ACA700<br />}<br /><br />.header .my-account dt {<br />	font-family: 'InterstateLight', Arial, Helvetica, sans-serif;<br />	font-size: 10px;<br />	line-height: 15px;<br />	height:15px;<br />	padding-left:21px;<br />	padding-bottom:7px;<br />	background:url(../images/account-icon.png) no-repeat 10px 3px;<br />	color:#fff;<br />	overflow:hidden; <br />}<br /><br />.header .my-account dd { display:none} /*change to visible to edit, none to hide*/<br /><br />.header .my-account dd.bottom {<br />	height:13px;<br />	overflow:hidden;<br />	background-image: url(../images/my-account-bg.png);<br />	background-repeat: no-repeat;<br />	background-position: -304px bottom;<br />}<br /><br />.header .my-account dd.list {<br />	width:136px;<br />	padding-left:7px;<br />	padding-right:11px;<br />	font:10px/16px 'Interstate Light', Interstate, Arial;<br />	background-image: url(../images/my-account-bg.png);<br />	background-repeat: repeat-y;<br />	background-position: -152px 0;<br />}<br /><br />.header .my-account li {<br />	font-family: 'InterstateLight', Arial, Helvetica, sans-serif;<br />	font-size: 10px;<br />	padding-left:14px;<br />	list-style-type: none;<br />}<br />.header .my-account li a {<br />	font-family: 'InterstateLight', Arial, Helvetica, sans-serif;<br />	font-size: 10px;	color:#e55302;<br />	text-decoration: none;<br />}<br />.header .my-account li:hover {<br />	font-family: 'InterstateLight', Arial, Helvetica, sans-serif;<br />	font-size: 10px;	background:#f4f2f2;<br />	text-decoration: none;<br />}<br />.header .my-account li:hover a, .header .my-account li a:hover { 	font-family: 'InterstateLight', Arial, Helvetica, sans-serif;<br />	font-size: 10px; color:#aca700; text-decoration:none}<br /><br />.header .my-account:hover { background:url(../images/my-account-bg.png) no-repeat}<br />.header .my-account:hover dt { background-position:10px -19px; color:#aca700}<br />.header .my-account:hover dd { display:block}<br /><br />* html .header .my-account dd.bottom { background:url(../images/my-account-bg-ie6.png) no-repeat -304px bottom;}<br />* html .header .my-account dd.list { background:url(../images/my-account-bg-ie6.png) repeat-y -152px 0}<br />* html .header .my-account:hover { background:url(../images/my-account-bg-ie6.png) no-repeat}<br /><br />.header .search .txt { width:80px; padding:1px 4px; border:none; background:none; font:10px/13px MinionPro, Arial; color:#333}<br />.header .search .btn { top:0; right:0; width:15px; height:15px; padding:0; background:none; border:none; cursor:pointer; text-indent:-9999px; overflow:hidden}<br /><br /></code></pre><br /><br />any help would be great.<br /><br />Thanks Karen]]></description>
   </item>
   <item>
      <title>Cufon Font Replacement pushes up header text. Why?</title>
      <link>http://css-tricks.com/forums/discussion/12249/cufon-font-replacement-pushes-up-header-text-why</link>
      <pubDate>Sun, 05 Jun 2011 12:05:02 -0400</pubDate>
      <dc:creator>s54morrison</dc:creator>
      <guid isPermaLink="false">12249@/forums/discussions</guid>
      <description><![CDATA[Hello,<br /><br />As you can see from the link below, the header text is being pushed up because of the cufon font replacement I am trying to accomplish, and I´ve looked everywhere in my css code to try and understand why it is doing this, but I can´t find anything. Please Help.<br /><br /><a href="http://i51.tinypic.com/20qmm13.jpg" target="_blank" rel="nofollow">http://i51.tinypic.com/20qmm13.jpg</a>]]></description>
   </item>
   <item>
      <title>putting a page specific fullwidth background object ontop of the templated background</title>
      <link>http://css-tricks.com/forums/discussion/12262/putting-a-page-specific-fullwidth-background-object-ontop-of-the-templated-background</link>
      <pubDate>Mon, 06 Jun 2011 09:54:54 -0400</pubDate>
      <dc:creator>slev</dc:creator>
      <guid isPermaLink="false">12262@/forums/discussions</guid>
      <description><![CDATA[hi ive got my template page set up with a blue background, which is in the css as <br /><pre><code>body	{background:url(../images/backgrounds/background-texture.jpg);}</code></pre><br /><br />what i want to do is on certain pages (which use the template) add a full width background half way down the page (see white / lighter swatch in mock up below) for this ive done a 50px x 2000px png with the top half transparent so it shows through the blue background below and then used "background-repeat:repeat-x" how would i put this white swatch peice in the individual pages without it just sitting within the 960px content area i have in the template ?<br /><br /><a rel="nofollow" href="http://s1095.photobucket.com/albums/i470/samlevene/?action=view&amp;current=forforum.jpg" target="_blank"><img src="http://i1095.photobucket.com/albums/i470/samlevene/forforum.jpg" alt="Photobucket" style="border: 0px;" /></a><br /><br /><br /><br />cheers]]></description>
   </item>
   <item>
      <title>Text field with default leading $ ? (non-deleteable)</title>
      <link>http://css-tricks.com/forums/discussion/12254/text-field-with-default-leading-non-deleteable</link>
      <pubDate>Sun, 05 Jun 2011 22:16:47 -0400</pubDate>
      <dc:creator>nolner</dc:creator>
      <guid isPermaLink="false">12254@/forums/discussions</guid>
      <description><![CDATA[Hi,<br /><br />Is it possible to create a textfield with a default leading dollar sign - that the user can't delete - just add the actual dollar amount to?<br /><br />thx]]></description>
   </item>
   <item>
      <title>Help finding slideshow</title>
      <link>http://css-tricks.com/forums/discussion/12253/help-finding-slideshow</link>
      <pubDate>Sun, 05 Jun 2011 19:55:15 -0400</pubDate>
      <dc:creator>XaviJr</dc:creator>
      <guid isPermaLink="false">12253@/forums/discussions</guid>
      <description><![CDATA[I can't find any code to this simple slideshow:<br /><a href="http://imageshack.us/photo/my-images/30/gallerysr.jpg/" target="_blank" rel="nofollow">http://imageshack.us/photo/my-images/30/gallerysr.jpg/</a><br /><br />Is someone knows something similar in javascript or css3 please let me know.]]></description>
   </item>
   <item>
      <title>IE border style with rounded corners??</title>
      <link>http://css-tricks.com/forums/discussion/12258/ie-border-style-with-rounded-corners</link>
      <pubDate>Mon, 06 Jun 2011 01:45:07 -0400</pubDate>
      <dc:creator>ags</dc:creator>
      <guid isPermaLink="false">12258@/forums/discussions</guid>
      <description><![CDATA[hI,<br />I need to create some boxes with rounded corners, border needs to be style -&gt; dashed or dotted.<br />found some cross browser code but border style still not working in IE.<br />This is my code:<br /><pre><code>.box {<br />background-color: #FFCF01;<br />	width:170px;/*196*/<br />height:483px;/*516*/<br />padding:33px 6px 0 0;<br />	<br />      margin:0 0  0 20px;<br />     border: 4px dotted black;<br />	-moz-border-radius: 13px;<br />	-webkit-border-radius: 13px;<br />       border-radius: 13px;<br /><br />	behavior: url(css/border-radius.htc);<br />	}<br /><br />&lt;/style&gt;</code></pre><br />any idea how to get border style working in IE?<br /><br />THANKS :)]]></description>
   </item>
   <item>
      <title>IE7 Margin Bug, Could use a little help please</title>
      <link>http://css-tricks.com/forums/discussion/12256/ie7-margin-bug-could-use-a-little-help-please</link>
      <pubDate>Mon, 06 Jun 2011 00:24:34 -0400</pubDate>
      <dc:creator>livennak</dc:creator>
      <guid isPermaLink="false">12256@/forums/discussions</guid>
      <description><![CDATA[Hello,<br /><br />I'm currently building out a WordPress website and I just have one freaking bug that I can't figure out...<br /><br />I'm using a large background image and all the content is in a wrap div, all I want to do is bring the warp div down 100px so you can see some of the background image on the top.  I have added top margin to my header wrap in order to push it all down, it looks great in every browser except for IE7! (and I'm not worried about IE6, and yes, I know people still use it ; )<br /><br />I'm currently building out the website here:<br /><a href="http://184.172.187.201/~pnrcalas/" target="_blank" rel="nofollow">http://184.172.187.201/~pnrcalas/</a><br /><br />Any help is appreciated!  Thank you : )]]></description>
   </item>
   <item>
      <title>Pixel perfect position in all browsers for icon (Ha Ha)</title>
      <link>http://css-tricks.com/forums/discussion/12226/pixel-perfect-position-in-all-browsers-for-icon-ha-ha</link>
      <pubDate>Thu, 02 Jun 2011 17:46:56 -0400</pubDate>
      <dc:creator>grovesk</dc:creator>
      <guid isPermaLink="false">12226@/forums/discussions</guid>
      <description><![CDATA[Hi<br /><br />I've got alogin box that I'm working on (<a rel="nofollow" href="http://grovesdesign.net/clients/jordan/astera_staging/loginbox.html">See Link</a><br /><br />The small padlock icon to the right of MY ACCOUNT needs to be very close to the T. I've been playing with this for a bit now. I can get it to be 100% perfect in IE, FF and Chrome, but in Safari the icon is behind the T. If it's perfect in Safari, it's too far to the right in all the other browsers. <br /><br />Would love some pointers.  Should the h1 tag and the icon be in their own divs?<br /><br />The HTML for the H1 tag is:<br /><br /><pre><code> &lt;h1 class=&quot;myAccount&quot;&gt;My Account&lt;/h1&gt;</code></pre><br /><br />The CSS for that tag is:<br /><br /><pre><code>h1.myAccount {<br />	width:auto;<br />	background-image: url(../images/blue-padlock-icon.gif);<br />	background-repeat: no-repeat;<br />	background-position: 110px 2px;<br />	display: block;<br />}</code></pre><br /><br />Thanks, Karen]]></description>
   </item>
   <item>
      <title>Font-Face rendering font bolder on same browser same font</title>
      <link>http://css-tricks.com/forums/discussion/12248/font-face-rendering-font-bolder-on-same-browser-same-font</link>
      <pubDate>Sun, 05 Jun 2011 02:23:06 -0400</pubDate>
      <dc:creator>aaronfisch</dc:creator>
      <guid isPermaLink="false">12248@/forums/discussions</guid>
      <description><![CDATA[Hello all,<br /><br />I have an interesting... predicament. I have been using font-face for some time now, but have always had a problem with how "BOLD" it makes the fonts.<br />I download and preview the demo.html file that comes in the kit generator by fontsquirrel yet my font NEVER looks the same and I copy and paste the code exactly!<br /><br />Take a look at this screenshot <a rel="nofollow" href="http://gofisching.com/bebas-fontface.jpg">here</a>.<br /><br />The top is from demo.html (font-squirrels generated font)<br />The bottom is from my own index.html (by copying the fonts/script/css into my own files)<br /><br />This is all previewed on the exact same browser. firefox<br /><br /><a rel="nofollow" href="http://gofisching.com/bebas-fontface.jpg">HERE</a><br /><br /><br />Any ideas?!? ]]></description>
   </item>
   <item>
      <title>adapt html text to resolution</title>
      <link>http://css-tricks.com/forums/discussion/12245/adapt-html-text-to-resolution</link>
      <pubDate>Sat, 04 Jun 2011 16:10:10 -0400</pubDate>
      <dc:creator>tifona</dc:creator>
      <guid isPermaLink="false">12245@/forums/discussions</guid>
      <description><![CDATA[I am making an html page and I need to adapt the text to different resolutions and screen sizes, could you help me please,<br />]]></description>
   </item>
   <item>
      <title>is type=&quot;text/javascript&quot; needed in html 5 heads?</title>
      <link>http://css-tricks.com/forums/discussion/12241/is-typetextjavascript-needed-in-html-5-heads</link>
      <pubDate>Sat, 04 Jun 2011 04:33:58 -0400</pubDate>
      <dc:creator>Rugg</dc:creator>
      <guid isPermaLink="false">12241@/forums/discussions</guid>
      <description><![CDATA[Hello. I was wondering if type="text/javascript" is needed in the script tags of an html5 header. Same goes for Css links. Thank You]]></description>
   </item>
   <item>
      <title>dropdown menu horizontal</title>
      <link>http://css-tricks.com/forums/discussion/12231/dropdown-menu-horizontal</link>
      <pubDate>Fri, 03 Jun 2011 14:04:19 -0400</pubDate>
      <dc:creator>jeovan</dc:creator>
      <guid isPermaLink="false">12231@/forums/discussions</guid>
      <description><![CDATA[staff! I am studying at the css menu horizontal, could make a horizontal menu, now wanted him to do this same menu dropdown, with submenus with only 1 or 2 levels!<br />se alguém tiver links, tutoriais para indicar, me manda!!<br /><br /> Thank you for your help!<br /><br /> Thanks<br /><pre><code>&lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD XHTML 1.0 Transitional//EN&quot; &quot;<a href="http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd&quot;&amp;gt" target="_blank" rel="nofollow">http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd&quot;&amp;gt</a>; <br />&lt;html xmlns=&quot;<a href="http://www.w3.org/1999/xhtml&quot;&amp;gt" target="_blank" rel="nofollow">http://www.w3.org/1999/xhtml&quot;&amp;gt</a>; <br />&lt;head&gt; <br />&lt;meta http-equiv=&quot;Content-Type&quot; content=&quot;text/html; charset=utf-8&quot; /&gt; <br />&lt;link href=&quot;css/style.css&quot; rel=&quot;stylesheet&quot; type=&quot;text/css&quot;/&gt; <br /> <br />&lt;title&gt;Eagle Team - 2011&lt;/title&gt; <br />&lt;/head&gt; <br /> <br />&lt;body topmargin=&quot;0&quot;&gt; <br />  &lt;!--Aqui vai div tudo--&gt;  <br />  &lt;div id=&quot;tudo&quot;&gt; <br /> <br />              &lt;div id=&quot;topo&quot;&gt; &lt;!--aqui termina o topo--&gt; <br />               <br />               &lt;div id=&quot;menu&quot;&gt;&lt;!--inicio menu--&gt; <br />                    &lt;ul class=&quot;nav&quot;&gt; <br />       &lt;li&gt;&lt;a href=&quot;#&quot;&gt;HOME&lt;/a&gt;&lt;/li&gt; <br />       &lt;li&gt;&lt;a href=&quot;#&quot;&gt;BLOGS&lt;/a&gt;&lt;/li&gt; <br />       &lt;li&gt;&lt;a href=&quot;#&quot;&gt;DOWNLOADS&lt;/a&gt;&lt;/li&gt; <br />       &lt;li&gt;&lt;a href=&quot;#&quot;&gt;FOTOS&lt;/a&gt;&lt;/li&gt; <br />          &lt;ul class=&quot;nav2&quot;&gt;  <br />              <br />                        &lt;li&gt;&lt;a href=&quot;#about1&quot;&gt;About link 1&lt;/a&gt;&lt;/li&gt;  <br />                        &lt;li&gt;&lt;a href=&quot;#about2&quot;&gt;About link 2&lt;/a&gt;&lt;/li&gt;            <br />                        &lt;li&gt;&lt;a href=&quot;#about3&quot;&gt;About link 3&lt;/a&gt;&lt;/li&gt;              <br />                        &lt;li&gt;&lt;a href=&quot;#about4&quot;&gt;About link 4&lt;/a&gt;&lt;/li&gt;  <br />                        &lt;li&gt;&lt;a class=&quot;endlist&quot; href=&quot;#about5&quot;&gt;About link 5&lt;/a&gt;&lt;/li&gt;           <br />&lt;/ul&gt;          <br />&lt;/li&gt;  <br />&lt;/ul&gt;  <br /> <br />       &lt;li&gt;&lt;a href=&quot;#&quot;&gt;RELÁTÓRIOS&lt;/a&gt;&lt;/li&gt; <br />       &lt;li&gt;&lt;a href=&quot;#&quot;&gt;PRESIDENTE&lt;/a&gt;&lt;/li&gt; <br />       &lt;li&gt;&lt;a href=&quot;#&quot;&gt;VÍDEOS&lt;/a&gt;&lt;/li&gt; <br />       &lt;li&gt;&lt;a href=&quot;#&quot;&gt;CONTATO&lt;/a&gt;&lt;/li&gt; <br />   &lt;/ul&gt; <br />               &lt;/div&gt; &lt;!--menu final--&gt; <br />                <br />&lt;/div&gt; &lt;!--aqui termina o topo--&gt; <br /> <br />    &lt;div id=&quot;topo2&quot;&gt;&lt;/div&gt; <br />    &lt;div id=&quot;conteudo&quot;&gt;&lt;!--inicio div conteudo--&gt; <br />    &lt;/div&gt; &lt;!--final div conteudo--&gt; <br /> <br />    &lt;div id=&quot;rodape&quot;&gt;&lt;/div&gt; <br /> <br />  &lt;/div&gt;&lt;!--final div tudo--&gt; <br />  <br />&lt;/body&gt; <br />&lt;/html&gt;</code></pre><br /><pre><code>/*menu horizontal*/              <br />         <br />         ul.nav{ <br />                margin-left:0px; <br />                padding-left:0px; <br />                list-style:none; <br />                border-bottom:0px; <br />                overflow:hodden; <br />                zoom:1; <br />                 } <br />         ul.nav li{ <br />                float:left; <br />                } <br />                 <br />         ul.nav a{ <br />        width:8em; <br />        display: block; <br />        border-style: 3px dashed solid; <br />        border-bottom:none; <br />        padding:6px; <br />        margin-right:4px; <br />        text-decoration:none; <br />        color:#FFF; <br />        text-align:center; <br />                        } <br />                         <br /> <br />/*submenu*/ <br /> <br /> <br />        ul.nav2 sub{ <br />                width:8em; <br />                float:left;   <br />        padding:25px 0px 0px 0px;  <br />        margin:0;  <br />        list-style:none;  <br />        background-image:url(images/tophover1.png); <br />        background-repeat:no-repeat;  <br />        background-position:left top;  <br />        margin:-25px 0px 0px 0px;  <br />                } <br />                 <br />                ul.nav2 li a {     <br />        float:left;    <br />        width:120px;     <br />        background:#369;     <br />        clear:left;     <br />        color:#fff;}  <br />         <br />                ul.nav2 li a.endlist  <br />                {background:url(images/bottom1.png); } <br />        ul.nav2 li a.endlist:hover,  <br />        ul.nav2 li a.endlist:focus,  <br />        ul.nav2 li a.endlist:active  <br />                 <br />                {background:url(images/bottomhover1.png); } <br />        ul.nav2 a:hover,  <br />        ul.nav2 a:focus,  <br />        ul.nav2 a:active {      <br />        background:#900;  <br />        margin-right:1px;     <br />        color:#fff;  <br />                } <br />                 <br />                         <br />          a{ <br />                text-decoration:none;    <br />                } <br />                         <br />          a:hover { <br />                                text-decoration: underline; <br />                                 <br />                        } <br />         <br />        /*menu horizontal*/</code></pre>]]></description>
   </item>
   <item>
      <title>Making 3D Ribbon Effects with CSS - PROBLEM</title>
      <link>http://css-tricks.com/forums/discussion/12235/making-3d-ribbon-effects-with-css-problem</link>
      <pubDate>Fri, 03 Jun 2011 21:09:11 -0400</pubDate>
      <dc:creator>Catasphere</dc:creator>
      <guid isPermaLink="false">12235@/forums/discussions</guid>
      <description><![CDATA[Hey guys, I added this "ribbon" effect to the nav of a page, and I can't get it to stay still. Whenever I scroll, zoom, or resize the triangle ends up moving. How do I keep this thing fixed to the nav bar so it never moves? Here's the code:<br /><br /><pre><code><br />&lt;section id=&quot;left_column&quot;&gt;<br />    &lt;header class=&quot;main_title&quot;&gt;&lt;a href=&quot;#&quot;&gt;Blog Title&lt;/a&gt;&lt;/header&gt;<br />    <br />    &lt;nav&gt;<br />      &lt;ul&gt;<br />        &lt;a href=&quot;#&quot;&gt;Archive&lt;/a&gt;<br />        &lt;a href=&quot;#&quot;&gt;RSS&lt;/a&gt;<br />        &lt;a href=&quot;#&quot;&gt;Pages&lt;/a&gt;<br />      &lt;/ul&gt;<br />    &lt;/nav&gt;<br />    <br />    &lt;section class=&quot;triangle&quot;&gt;&lt;/section&gt;<br />&lt;/section&gt;<br /><br /></code></pre><br /><br /><pre><code><br />#left_column {<br />  position: fixed;<br />  height: 100%;<br />  width: 30%;<br />  background-color: #F0F2F0;<br />} <br /><br />.main_title {<br />  margin: 5px 5px 20px 5px;<br />  font-size: 35px;<br />  text-align: center;<br />  text-shadow: 1px 1px 1px black, 2px 2px 1px black, 3px 3px 1px black, 4px 4px 1px black;<br />}<br /><br />#left_column h2 {<br />  font-size: 25px;<br />  margin-bottom: 5px;<br />  color: #4A738C;<br />}<br /><br />nav {<br />  position: relative;<br />  margin: 0 -10px 50px 10%;<br />  padding: 2px;<br />  width: 93%;<br />  <br />  background-color: #4A738C;<br />  <br />  -webkit-box-shadow: 1px 1px 5px black;<br />  -moz-box-shadow: 1px 1px 5px black;<br />  box-shadow: 1px 1px 5px black;<br />}<br /><br />nav ul { text-align: center; }<br /><br />.triangle {<br />  border-color: transparent transparent transparent #41657A;<br />  border-style: solid;<br />  border-width: 15px;<br />  height: 0px;<br />  width: 0px;<br />  position: relative;<br />  left: 384px;<br />  bottom: 65px;<br />  z-index: -1;<br />}<br /></code></pre>]]></description>
   </item>
   <item>
      <title>Starker&#039;s Naked Theme 3.1 Date Stamp</title>
      <link>http://css-tricks.com/forums/discussion/12237/starker039s-naked-theme-3-1-date-stamp</link>
      <pubDate>Fri, 03 Jun 2011 23:53:35 -0400</pubDate>
      <dc:creator>hirok</dc:creator>
      <guid isPermaLink="false">12237@/forums/discussions</guid>
      <description><![CDATA[Can anyone tell me how I can style the date stamp in this theme? It's written differently than the past version. Thanks in advance!<br /><br /><pre><code>if ( ! function_exists( 'twentyten_posted_on' ) ) :<br />/**<br /> * Prints HTML with meta information for the current post—date/time and author.<br /> *<br /> * <a rel="nofollow" href="/forums/profile/since">@since</a> Twenty Ten 1.0<br /> */<br />function twentyten_posted_on() {<br />        printf( __( '&lt;span class=&quot;%1$s&quot;&gt;Posted on&lt;/span&gt; %2$s &lt;span class=&quot;meta-sep&quot;&gt;by&lt;/span&gt; %3$s', 'twentyten' ),<br />                'meta-prep meta-prep-author',<br />                sprintf( '&lt;a href=&quot;%1$s&quot; title=&quot;%2$s&quot; rel=&quot;bookmark&quot;&gt;&lt;span class=&quot;entry-date&quot;&gt;%3$s&lt;/span&gt;&lt;/a&gt;',<br />                        get_permalink(),<br />                        esc_attr( get_the_time() ),<br />                        get_the_date('M jS Y')<br />                ),<br />                sprintf( '&lt;span class=&quot;author vcard&quot;&gt;&lt;a class=&quot;url fn n&quot; href=&quot;%1$s&quot; title=&quot;%2$s&quot;&gt;%3$s&lt;/a&gt;&lt;/span&gt;',<br />                        get_author_posts_url( get_the_author_meta( 'ID' ) ),<br />                        sprintf( esc_attr__( 'View all posts by %s', 'twentyten' ), get_the_author() ),<br />                        get_the_author()<br />                )<br />        );<br />}<br /></code></pre>]]></description>
   </item>
   <item>
      <title>Same href&#039;s to both highlight when hovered over one of them?</title>
      <link>http://css-tricks.com/forums/discussion/12189/same-href039s-to-both-highlight-when-hovered-over-one-of-them</link>
      <pubDate>Wed, 01 Jun 2011 05:47:15 -0400</pubDate>
      <dc:creator>chrisupton</dc:creator>
      <guid isPermaLink="false">12189@/forums/discussions</guid>
      <description><![CDATA[Is there a way to have anchors with the same href's to both highlight when hovered over one of them?]]></description>
   </item>
   <item>
      <title>Menu like on this site</title>
      <link>http://css-tricks.com/forums/discussion/12215/menu-like-on-this-site</link>
      <pubDate>Thu, 02 Jun 2011 10:01:09 -0400</pubDate>
      <dc:creator>Leonardo</dc:creator>
      <guid isPermaLink="false">12215@/forums/discussions</guid>
      <description><![CDATA[How do I get the menu to shrink when the window resizes like the one on here?<br /><br />Home, Forums, Videos, Downloads and Snippets links<br /><br />]]></description>
   </item>
   <item>
      <title>CSS3 Accordion as nav</title>
      <link>http://css-tricks.com/forums/discussion/12218/css3-accordion-as-nav</link>
      <pubDate>Thu, 02 Jun 2011 12:25:20 -0400</pubDate>
      <dc:creator>iestynx</dc:creator>
      <guid isPermaLink="false">12218@/forums/discussions</guid>
      <description><![CDATA[Hi, this is my first post so excuse my ignorance.<br />I've been trying to implement this <a rel="nofollow" href="http://www.tobypitman.com/dynamic-css3-animated-accordian-menu/">CSS Accordion</a> as a nav to <a rel="nofollow" href="http://sbx.me/sadwrn/">this site</a>.<br />The problem being, that I would like the h1s in the nav to be links to their respected pages, but to achieve the accordion effect they link to themselves.<br />The other problem is that when you mouse away from the h1 down to the sub nav the accordion collapses instead of staying open.<br />One more thing (promise) - after geting to a sub page (say Music/Rock) how could I keep the accordion for Music open and have Rock highlighted? So that the nav correlates to the current page.<br /><br />Thanks in advance to anybody that understand my ramblings.]]></description>
   </item>
   <item>
      <title>Just a little Thursday morning humor for everyone.</title>
      <link>http://css-tricks.com/forums/discussion/12217/just-a-little-thursday-morning-humor-for-everyone-</link>
      <pubDate>Thu, 02 Jun 2011 12:02:00 -0400</pubDate>
      <dc:creator>tannercampbell</dc:creator>
      <guid isPermaLink="false">12217@/forums/discussions</guid>
      <description><![CDATA[Just posted this on my webpage - enjoy :)<br /><br /><a href="http://tannercampbell.com" target="_blank" rel="nofollow">http://tannercampbell.com</a>]]></description>
   </item>
   </channel>
</rss>