<?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>birghtyoursite &#187; css xhtml</title>
	<atom:link href="http://www.brightyoursite.com/blog/tag/css-xhtml/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.brightyoursite.com/blog</link>
	<description>Bright your site</description>
	<lastBuildDate>Wed, 11 Aug 2010 02:16:05 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>nice web font with google font api</title>
		<link>http://www.brightyoursite.com/blog/2010/05/28/nice-web-font-with-google-font-api/</link>
		<comments>http://www.brightyoursite.com/blog/2010/05/28/nice-web-font-with-google-font-api/#comments</comments>
		<pubDate>Fri, 28 May 2010 11:25:01 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[SEO Friendly]]></category>
		<category><![CDATA[css xhtml]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[w3c valid]]></category>

		<guid isPermaLink="false">http://www.brightyoursite.com/blog/?p=415</guid>
		<description><![CDATA[Are you still use flash and images for the art font in your web? if so you should know the magic of Google Font Directory and Google Font API , you can use all the font in the Google Font Directory , also it&#8217;s very easy to install. What&#8217;s google font api Google Font API [...]]]></description>
		<wfw:commentRss>http://www.brightyoursite.com/blog/2010/05/28/nice-web-font-with-google-font-api/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Make IE8 Display in IE7 Compatibility Mode</title>
		<link>http://www.brightyoursite.com/blog/2010/05/04/make-ie8-display-in-ie7-compatibility-mode/</link>
		<comments>http://www.brightyoursite.com/blog/2010/05/04/make-ie8-display-in-ie7-compatibility-mode/#comments</comments>
		<pubDate>Tue, 04 May 2010 09:19:43 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[css xhtml]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[xhtml css]]></category>

		<guid isPermaLink="false">http://www.brightyoursite.com/blog/?p=380</guid>
		<description><![CDATA[Browser compatibility is realy pain for css coders,this is a quickly to fix the the pages have problems IE8 while looks good in IE7,just following line in the tag on the page, &#60;meta http-equiv=&#8221;X-UA-Compatible&#8221; content=&#8221;IE=EmulateIE7&#8243; /&#62; but some one failed while others success,why? the key of use &#60;meta http-equiv=&#8221;X-UA-Compatible&#8221; content=&#8221;IE=EmulateIE7&#8243; /&#62; The key of use [...]]]></description>
		<wfw:commentRss>http://www.brightyoursite.com/blog/2010/05/04/make-ie8-display-in-ie7-compatibility-mode/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>awesome jquery slide menu</title>
		<link>http://www.brightyoursite.com/blog/2010/04/16/awesome-jquery-slide-menu/</link>
		<comments>http://www.brightyoursite.com/blog/2010/04/16/awesome-jquery-slide-menu/#comments</comments>
		<pubDate>Sat, 17 Apr 2010 03:37:09 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[css xhtml]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[jquery slider]]></category>

		<guid isPermaLink="false">http://www.brightyoursite.com/blog/2010/04/16/awesome-jquery-slide-menu/</guid>
		<description><![CDATA[Add some lines of javascript codes to your page, you will see it&#8217;s magic: It make your normal menu looks more elegant. Have a try , you will see the fascination of animate menu .let&#8217;s go&#8230; Online demo Nothing better than a demo:awesome jquery slide menu Add to your site First,download the source file and [...]]]></description>
		<wfw:commentRss>http://www.brightyoursite.com/blog/2010/04/16/awesome-jquery-slide-menu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>css hacks for chrome firefox ie6 ie7 ie8</title>
		<link>http://www.brightyoursite.com/blog/2010/01/15/css-hacks-for-chrome-firefox-ie6-ie7-ie8/</link>
		<comments>http://www.brightyoursite.com/blog/2010/01/15/css-hacks-for-chrome-firefox-ie6-ie7-ie8/#comments</comments>
		<pubDate>Fri, 15 Jan 2010 07:50:40 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[css xhtml]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[hacks]]></category>
		<category><![CDATA[w3c valid]]></category>

		<guid isPermaLink="false">http://www.brightyoursite.com/blog/?p=122</guid>
		<description><![CDATA[When coding cross-browsers css xhtml layout,sometimes we may meet some pain css problem and cost much time . Fortunately, there are some css hacks for us : /*---google chrome hack---*/ &#160; @media screen and (-webkit-min-device-pixel-ratio:0) { /*----css codes for google chrome------ #sboxes li h2 { font-size:17px; padding-left:7px; } */ &#125; sometimes , only ie6 have [...]]]></description>
		<wfw:commentRss>http://www.brightyoursite.com/blog/2010/01/15/css-hacks-for-chrome-firefox-ie6-ie7-ie8/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
