<?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>陈超群’s Blog &#187; css</title>
	<atom:link href="http://www.51jquery.com/tag/css/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.51jquery.com</link>
	<description>活着，开心最重要！</description>
	<lastBuildDate>Sun, 25 Jul 2010 14:33:56 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>8个不兼容IE 8的CSS样式写法</title>
		<link>http://www.51jquery.com/2009-05/eight-not-compatible-ie8-css/</link>
		<comments>http://www.51jquery.com/2009-05/eight-not-compatible-ie8-css/#comments</comments>
		<pubDate>Wed, 20 May 2009 04:50:58 +0000</pubDate>
		<dc:creator>陈超群</dc:creator>
				<category><![CDATA[css]]></category>
		<category><![CDATA[IE8]]></category>

		<guid isPermaLink="false">http://www.51jquery.com/2009-05/8%e4%b8%aa%e4%b8%8d%e5%85%bc%e5%ae%b9ie-8%e7%9a%84css%e6%a0%b7%e5%bc%8f%e5%86%99%e6%b3%95/</guid>
		<description><![CDATA[<p>Internet Explorer 8预设是以CSS 2.1为标准，并修正了许多Internet Explorer 7的CSS Bug，这意味着有一部份以往依据IE 7所设计的网页，<br />
在IE 8上的呈现会有所出入，所幸拜IE 7相容检视功能所赐，目前因使用IE 8而导致版面错误的网站并不多。<br />
但一值依赖IE 7相容检视功能并非长久之计，尽早将网站修改为IE 8相容才是长久之计，因为毕竟CSS是持续更新的，现在不改，日后大修的机会就更大。<br />
不幸的是，Microsoft官方并未提供关于IE 7及IE 8的CSS差异说明文件，顶多只是告诉我们IE 8目前更趋近于CSS 2.1而非CSS 2.0，因此笔者在造访许多网站后，<br />
规类出8个最常见的差异供读者们参考。<br/> <a href='http://www.51jquery.com/2009-05/eight-not-compatible-ie8-css/' rel="nofollow">continue to read </a></p>]]></description>
		<wfw:commentRss>http://www.51jquery.com/2009-05/eight-not-compatible-ie8-css/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HTML默认样式和浏览器默认样式【笔记】</title>
		<link>http://www.51jquery.com/2009-04/html-default-style/</link>
		<comments>http://www.51jquery.com/2009-04/html-default-style/#comments</comments>
		<pubDate>Fri, 10 Apr 2009 14:27:35 +0000</pubDate>
		<dc:creator>陈超群</dc:creator>
				<category><![CDATA[css]]></category>

		<guid isPermaLink="false">http://www.51jquery.com/2009-04/html%e9%bb%98%e8%ae%a4%e6%a0%b7%e5%bc%8f%e5%92%8c%e6%b5%8f%e8%a7%88%e5%99%a8%e9%bb%98%e8%ae%a4%e6%a0%b7%e5%bc%8f%e3%80%90%e7%ac%94%e8%ae%b0%e3%80%91/</guid>
		<description><![CDATA[<p>各种HTML标签：h1-h6,p,ul,ol,dl&#8230;即使没有给他们定义样式属性值，他们在浏览器中显示时，也会具有各种样式属性(主要是字体大小和各种间距)。这是因为浏览器和CSS给这些标签设置了默认的样式属性值，各种版本的浏览器和CSS可能略有差别，下面列举的是Firefox 1.5 和CSS 2.1(IE)设置的一些常见标签的默认样式属性值。<br/> <a href='http://www.51jquery.com/2009-04/html-default-style/' rel="nofollow">continue to read </a></p>]]></description>
		<wfw:commentRss>http://www.51jquery.com/2009-04/html-default-style/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>css sprite学习</title>
		<link>http://www.51jquery.com/2009-03/css-sprite/</link>
		<comments>http://www.51jquery.com/2009-03/css-sprite/#comments</comments>
		<pubDate>Thu, 12 Mar 2009 14:27:14 +0000</pubDate>
		<dc:creator>陈超群</dc:creator>
				<category><![CDATA[css]]></category>

		<guid isPermaLink="false">http://www.51jquery.com/?p=45</guid>
		<description><![CDATA[<p><span style="color: #ff0000;"><strong>一，关于CSS Sprite</strong></span><br />
CSS Sprites是一种网页图片应用处理方式。它允许你将一个页面涉及到的所有零星图片都包含到一张大图中去，这样一来，当访问该页面时，载入的图片就不会像以前那样一幅一幅地慢慢显示出来了。对于当前网络流行的速度而言，不高于200KB的单张图片的所需载入时间基本是差不多的，所以无需 顾忌这个问题。<br />
按照yahoo的<a href="http://developer.yahoo.com/performance/index.html#rules" onfocus="undefined"><span style="color: #003366;">rules for high performance web sites</span></a>的原则，应当较少Client与Server端间 的HTTP Request次数。通过CSS Sprites方法将多张图片组装成单独的一张图片，可以有效减少HTTP请求 的次数。<br />
当整幅图片载入完成后，你就可以使用CSS方法通过设置背景位置的方式完成所需图片的准确调用。<br/> <a href='http://www.51jquery.com/2009-03/css-sprite/' rel="nofollow">continue to read </a></p>]]></description>
		<wfw:commentRss>http://www.51jquery.com/2009-03/css-sprite/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
