<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>ItHowTo.ro &#187; CSS</title>
	<atom:link href="http://www.ithowto.ro/tag/css/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ithowto.ro</link>
	<description>Blog about IT realated stuff by WSS</description>
	<lastBuildDate>Tue, 06 Jul 2010 16:35:28 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Fix: Internet Explorer 6 div height when less than 20px</title>
		<link>http://www.ithowto.ro/2009/11/fix-internet-explorer-6-div-height-when-less-than-20px/</link>
		<comments>http://www.ithowto.ro/2009/11/fix-internet-explorer-6-div-height-when-less-than-20px/#comments</comments>
		<pubDate>Sat, 07 Nov 2009 17:10:47 +0000</pubDate>
		<dc:creator>gkoo</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[fix]]></category>
		<category><![CDATA[ie6]]></category>

		<guid isPermaLink="false">http://www.ithowto.ro/?p=116</guid>
		<description><![CDATA[Empty divs in IE6 seem to have a minimum height more or less equal
to the current line-height so if you want to have an emty div of 10px for example IE will render it as
being 20px in height.
To fix this add a html comment inside the div:
&#60;div id=&#8221;smalldiv&#8221;&#62; &#60;!&#8211; &#8211;&#62; &#60;/div&#62;d
  
]]></description>
			<content:encoded><![CDATA[<p>Empty divs in IE6 seem to have a minimum height more or less equal<br />
to the current line-height so if you want to have an emty div of 10px for example IE will render it as<br />
being 20px in height.</p>
<p>To fix this add a html comment inside the div:</p>
<p>&lt;div id=&#8221;smalldiv&#8221;&gt; <strong>&lt;!&#8211; &#8211;&gt;</strong> &lt;/div&gt;d</p>
<p> <img src='http://www.ithowto.ro/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.ithowto.ro/2009/11/fix-internet-explorer-6-div-height-when-less-than-20px/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HowTo: Disable yellow colored inputs in firefox because of google toolbar</title>
		<link>http://www.ithowto.ro/2009/03/howto-disable-yellow-colored-inputs-in-firefox-because-of-google-toolbar/</link>
		<comments>http://www.ithowto.ro/2009/03/howto-disable-yellow-colored-inputs-in-firefox-because-of-google-toolbar/#comments</comments>
		<pubDate>Thu, 12 Mar 2009 17:27:36 +0000</pubDate>
		<dc:creator>gkoo</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[google toolbar]]></category>
		<category><![CDATA[yellow input]]></category>

		<guid isPermaLink="false">http://www.ithowto.ro/?p=73</guid>
		<description><![CDATA[You might have noticed that once installed, google toolbar will automatically fill with yellow the e-mail inputs in your nicely developed website. Now this might be ruining your design and functionality when you&#8217;ve got a dark background and a light color for the inputed text ( white or yellow ).
You can easily get rid of [...]]]></description>
			<content:encoded><![CDATA[<p>You might have noticed that once installed, google toolbar will automatically fill with yellow the e-mail inputs in your nicely developed website. Now this might be ruining your design and functionality when you&#8217;ve got a dark background and a light color for the inputed text ( white or yellow ).</p>
<p>You can easily get rid of this so called &#8220;feature&#8221; by adding the following in the css style for your input:</p>
<p><em><strong>background: #(your own color code) !important;</strong></em></p>
<p>Adding &#8220;!important&#8221; will force the browser to use your code instead of the google toolbar color.</p>
<p>Enjoy !</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ithowto.ro/2009/03/howto-disable-yellow-colored-inputs-in-firefox-because-of-google-toolbar/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
