<?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>Davy&#039;s Blog &#187; CSS styles</title>
	<atom:link href="http://blog.hao909.com/category/css-styles/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.hao909.com</link>
	<description>Nothing is impossible­ for a willing heart.</description>
	<lastBuildDate>Thu, 02 Sep 2010 14:26:58 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>css min/max-width fix in IE6</title>
		<link>http://blog.hao909.com/css-min-max-width-fix-in-ie6/</link>
		<comments>http://blog.hao909.com/css-min-max-width-fix-in-ie6/#comments</comments>
		<pubDate>Fri, 20 Aug 2010 12:59:19 +0000</pubDate>
		<dc:creator>greenhawk</dc:creator>
				<category><![CDATA[CSS styles]]></category>
		<category><![CDATA[expression]]></category>
		<category><![CDATA[Javascript]]></category>

		<guid isPermaLink="false">http://blog.hao909.com/?p=484</guid>
		<description><![CDATA[We can use Javascript expression in css to make sure the min-width, max-width that works for IE6.

#content {
	height: 75px;
	background-color: #000;
	color: #fff;
	width: expression(this.Width &#60; 742? &#34;740px&#34; : this.Width &#62; 1202? &#34;1200px&#34; : &#34;auto&#34;);
	min-width: 740px;
	max-width: 1200px;
}

]]></description>
		<wfw:commentRss>http://blog.hao909.com/css-min-max-width-fix-in-ie6/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Border-radius: create rounded corners with CSS!</title>
		<link>http://blog.hao909.com/border-radius-create-rounded-corners-with-css/</link>
		<comments>http://blog.hao909.com/border-radius-create-rounded-corners-with-css/#comments</comments>
		<pubDate>Wed, 24 Mar 2010 15:42:36 +0000</pubDate>
		<dc:creator>greenhawk</dc:creator>
				<category><![CDATA[CSS styles]]></category>
		<category><![CDATA[border]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[rounded corners]]></category>

		<guid isPermaLink="false">http://blog.hao909.com/?p=266</guid>
		<description><![CDATA[W3C has offered some new options for borders in CSS3, of which one is border-radius. Both Mozila/Firefox and Safari 3 have implemented this function, which allows you to create round corners on box-items. 
This is an example: 
Rounded corner example.
The code for example above is simple:
&#60;div style=&#34; background-color: #ccc; -moz-border-radius: 5px; -webkit-border-radius: 5px; border: 1px [...]]]></description>
		<wfw:commentRss>http://blog.hao909.com/border-radius-create-rounded-corners-with-css/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>CSS styles pre-prepared library &#8211; CSS framework</title>
		<link>http://blog.hao909.com/css-styles-pre-prepared-library-css-framework/</link>
		<comments>http://blog.hao909.com/css-styles-pre-prepared-library-css-framework/#comments</comments>
		<pubDate>Thu, 25 Feb 2010 13:55:22 +0000</pubDate>
		<dc:creator>greenhawk</dc:creator>
				<category><![CDATA[CSS styles]]></category>
		<category><![CDATA[CSS framework]]></category>
		<category><![CDATA[css library]]></category>

		<guid isPermaLink="false">http://blog.hao909.com/?p=235</guid>
		<description><![CDATA[What is CSS framework?
A CSS framework, also known as a web design framework is a pre-prepared library that is meant to allow for easier, more standards-compliant styling of a webpage using the Cascading Style Sheets language. Just like programming and scripting language libraries, CSS frameworks (usually packaged as external .css sheets inserted into the header) [...]]]></description>
		<wfw:commentRss>http://blog.hao909.com/css-styles-pre-prepared-library-css-framework/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>
