<?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>Software utilities &#187; CSS</title>
	<atom:link href="http://www.small-software-utilities.com/category/css/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.small-software-utilities.com</link>
	<description>Software reviews and technology news</description>
	<lastBuildDate>Sat, 04 Feb 2012 17:21:42 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>CSS background color, opacity and alpha</title>
		<link>http://www.small-software-utilities.com/2012/02/css-background-color-opacity-and-alpha/</link>
		<comments>http://www.small-software-utilities.com/2012/02/css-background-color-opacity-and-alpha/#comments</comments>
		<pubDate>Sat, 04 Feb 2012 17:20:09 +0000</pubDate>
		<dc:creator>paomic</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Internet explorer]]></category>

		<guid isPermaLink="false">http://www.small-software-utilities.com/?p=278</guid>
		<description><![CDATA[If you need to have a background color with a background not fully opaque, i.e. with an alpha layer, here&#8217;s the sample CSS taht you need: &#160; &#160; &#160; &#160; &#160; .alpha60 { /* Fallback for web browsers that doesn't support RGBa */ background: rgb(0, 0, 0) transparent; /* RGBa with 0.6 opacity */ background: [...]]]></description>
		<wfw:commentRss>http://www.small-software-utilities.com/2012/02/css-background-color-opacity-and-alpha/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>IE7, text before doctype and quirks mode</title>
		<link>http://www.small-software-utilities.com/2008/08/ie7-text-before-doctype-and-quirks-mode/</link>
		<comments>http://www.small-software-utilities.com/2008/08/ie7-text-before-doctype-and-quirks-mode/#comments</comments>
		<pubDate>Mon, 25 Aug 2008 14:32:01 +0000</pubDate>
		<dc:creator>paomic</dc:creator>
				<category><![CDATA[CSS]]></category>

		<guid isPermaLink="false">http://www.small-software-utilities.com/css/175/ie7-text-before-doctype-and-quirks-mode/</guid>
		<description><![CDATA[Hi, maybe you already know something about IE7 and quirks mode. I had problem with a wordpress theme not showing properly on IE7 (strange, isn&#8217;t it?!?! ). After googling a bit, I found out that a blank line before doctype caused IE7 to go in quirks mode and make a mess of my beautiful page. [...]]]></description>
		<wfw:commentRss>http://www.small-software-utilities.com/2008/08/ie7-text-before-doctype-and-quirks-mode/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>IE6 and IE7 CSS trick</title>
		<link>http://www.small-software-utilities.com/2008/07/ie6-and-ie7-css-trick/</link>
		<comments>http://www.small-software-utilities.com/2008/07/ie6-and-ie7-css-trick/#comments</comments>
		<pubDate>Wed, 09 Jul 2008 15:05:49 +0000</pubDate>
		<dc:creator>paomic</dc:creator>
				<category><![CDATA[CSS]]></category>

		<guid isPermaLink="false">http://www.small-software-utilities.com/css/164/ie6-and-ie7-css-trick/</guid>
		<description><![CDATA[As you may know, Internet Explorer 6 CSS rendering had many flaws. Some of them may be corrected using some trick, such as adding an underscore before the property name: div { width: 20px; //for Firefox _width: 30px; //for IE6 } IE7 solved some of this bugs, butyou may still find some differences between it [...]]]></description>
		<wfw:commentRss>http://www.small-software-utilities.com/2008/07/ie6-and-ie7-css-trick/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CSS margin auto on IE 7 (with CakePHP?)</title>
		<link>http://www.small-software-utilities.com/2008/05/css-margin-auto-on-ie-7-with-cakephp/</link>
		<comments>http://www.small-software-utilities.com/2008/05/css-margin-auto-on-ie-7-with-cakephp/#comments</comments>
		<pubDate>Mon, 26 May 2008 13:11:55 +0000</pubDate>
		<dc:creator>paomic</dc:creator>
				<category><![CDATA[CakePHP]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[Internet explorer]]></category>

		<guid isPermaLink="false">http://www.small-software-utilities.com/cakephp/155/css-margin-auto-on-ie-7-with-cakephp/</guid>
		<description><![CDATA[I had a problem with the margin CSS property on a website with cake. Actually, I used a CSS template for WordPress, copying the code to my website. The code seemed identical, the CSS too, but while on Firefox everything was ok, using IE 7 the page was left oriented (while using Firefox, or accessing [...]]]></description>
		<wfw:commentRss>http://www.small-software-utilities.com/2008/05/css-margin-auto-on-ie-7-with-cakephp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Firefox and IE unordered list (ul, li) background</title>
		<link>http://www.small-software-utilities.com/2008/03/firefox-and-ie-unordered-list-ul-li-background/</link>
		<comments>http://www.small-software-utilities.com/2008/03/firefox-and-ie-unordered-list-ul-li-background/#comments</comments>
		<pubDate>Wed, 12 Mar 2008 17:42:20 +0000</pubDate>
		<dc:creator>paomic</dc:creator>
				<category><![CDATA[CSS]]></category>

		<guid isPermaLink="false">http://www.small-software-utilities.com/css/118/firefox-and-ie-unordered-list-ul-li-background/</guid>
		<description><![CDATA[I was wondering why if I add a background to a li elemente inside an unordered list (ul) with an inline display style, the image shows up shrunk, it is only visible behind the text present inside the element. I finally discovered that it&#8217;s due to the inline stuff. Both Firefox and IE7 behave the [...]]]></description>
		<wfw:commentRss>http://www.small-software-utilities.com/2008/03/firefox-and-ie-unordered-list-ul-li-background/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HTML select with background (image or icon next to text)</title>
		<link>http://www.small-software-utilities.com/2008/01/html-select-with-background-image-or-icon-next-to-text/</link>
		<comments>http://www.small-software-utilities.com/2008/01/html-select-with-background-image-or-icon-next-to-text/#comments</comments>
		<pubDate>Tue, 15 Jan 2008 20:28:34 +0000</pubDate>
		<dc:creator>paomic</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Design]]></category>

		<guid isPermaLink="false">http://www.small-software-utilities.com/design/91/html-select-with-background-image-or-icon-next-to-text/</guid>
		<description><![CDATA[I&#8217;ve found out a nice article on how to place an icon or image next to a select option. This is the sample css: &#60;select name=&#8221;issuetype&#8221; id=&#8221;issuetype&#8221;&#62; &#60;option value=&#8221;1&#8243; class=&#8221;imagebacked&#8221; style=&#8221;background-image: url(/images/icons/bug.gif);&#8221; selected&#62; Bug &#60;/option&#62; &#60;option value=&#8221;2&#8243; class=&#8221;imagebacked&#8221; style=&#8221;background-image: url(/images/icons/newfeature.gif);&#8221;&#62; New Feature &#60;/option&#62; &#60;option value=&#8221;3&#8243; class=&#8221;imagebacked&#8221; style=&#8221;background-image: url(/images/icons/task.gif);&#8221;&#62; Task &#60;/option&#62; &#60;option value=&#8221;4&#8243; class=&#8221;imagebacked&#8221; style=&#8221;background-image: url(/images/icons/improvement.gif);&#8221;&#62; [...]]]></description>
		<wfw:commentRss>http://www.small-software-utilities.com/2008/01/html-select-with-background-image-or-icon-next-to-text/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>IE7 Peekaboo bug, disappearing text</title>
		<link>http://www.small-software-utilities.com/2008/01/ie7-peekaboo-bug-disappearing-text/</link>
		<comments>http://www.small-software-utilities.com/2008/01/ie7-peekaboo-bug-disappearing-text/#comments</comments>
		<pubDate>Tue, 08 Jan 2008 10:22:40 +0000</pubDate>
		<dc:creator>paomic</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Internet explorer]]></category>

		<guid isPermaLink="false">http://www.small-software-utilities.com/css/88/ie7-peekaboo-bug-disappearing-text/</guid>
		<description><![CDATA[Sometimes when using IE6/IE7 a text will disappear, it will seem to be there but you won&#8217;t see it unless you highlite it. It&#8217;s called Peekaboo bug, some report it was corrected in IE7 but it doesn&#8217;t seem so to me. How to solve the Peekaboo bug? A solution is to add position:relative; to the [...]]]></description>
		<wfw:commentRss>http://www.small-software-utilities.com/2008/01/ie7-peekaboo-bug-disappearing-text/feed/</wfw:commentRss>
		<slash:comments>16</slash:comments>
		</item>
		<item>
		<title>Rounded corners with CSS</title>
		<link>http://www.small-software-utilities.com/2007/12/rounded-corners-with-css/</link>
		<comments>http://www.small-software-utilities.com/2007/12/rounded-corners-with-css/#comments</comments>
		<pubDate>Tue, 04 Dec 2007 10:17:38 +0000</pubDate>
		<dc:creator>paomic</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[Web tools]]></category>
		<category><![CDATA[Websites]]></category>

		<guid isPermaLink="false">http://www.small-software-utilities.com/software/web-tools/81/rounded-corners-with-css/</guid>
		<description><![CDATA[I found a very nice discussion about Google rounded corners, which describes a way to get rounded corners from a dynamic page in Google groups. Doesn&#8217;t seem to me a good choice to rely your website design on an external tool, especially because in that url you can see the word beta, not a synonym [...]]]></description>
		<wfw:commentRss>http://www.small-software-utilities.com/2007/12/rounded-corners-with-css/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

