<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>评论: IE对CSS样式表的限制和解决方案</title>
	<atom:link href="http://dancewithnet.com/2008/04/22/a-solution-of-limit-of-style-tags-in-ie/feed/" rel="self" type="application/rss+xml" />
	<link>http://dancewithnet.com/2008/04/22/a-solution-of-limit-of-style-tags-in-ie/</link>
	<description>WEB Design{HTML:CSS:Javascript:DOM:AJAX:PHP:Usability}/Viewpoint/Photo/Food/Mood</description>
	<pubDate>Wed, 08 Oct 2008 03:54:25 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
		<item>
		<title>作者: 秦歌</title>
		<link>http://dancewithnet.com/2008/04/22/a-solution-of-limit-of-style-tags-in-ie/#comment-139523</link>
		<dc:creator>秦歌</dc:creator>
		<pubDate>Sun, 04 May 2008 16:43:11 +0000</pubDate>
		<guid isPermaLink="false">http://dancewithnet.com/?p=1281#comment-139523</guid>
		<description>to Lunatic Sun：IE对@import css文件的个数和层级都有限制，层级是不超过4个。
to 柠檬：理论上IE应该可以通过@import引入最多31的5次方即28629151个。但是实际上非常不建议使用@import,更不建议用其进行嵌套。</description>
		<content:encoded><![CDATA[<p>to Lunatic Sun：IE对@import css文件的个数和层级都有限制，层级是不超过4个。<br />
to 柠檬：理论上IE应该可以通过@import引入最多31的5次方即28629151个。但是实际上非常不建议使用@import,更不建议用其进行嵌套。</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者: Lunatic Sun</title>
		<link>http://dancewithnet.com/2008/04/22/a-solution-of-limit-of-style-tags-in-ie/#comment-134055</link>
		<dc:creator>Lunatic Sun</dc:creator>
		<pubDate>Fri, 25 Apr 2008 06:32:49 +0000</pubDate>
		<guid isPermaLink="false">http://dancewithnet.com/?p=1281#comment-134055</guid>
		<description>@import 常用于嵌套样式表，IE对嵌套层数是有限制的，对数量也有限制吗？</description>
		<content:encoded><![CDATA[<p>@import 常用于嵌套样式表，IE对嵌套层数是有限制的，对数量也有限制吗？</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者: 火星人路人甲</title>
		<link>http://dancewithnet.com/2008/04/22/a-solution-of-limit-of-style-tags-in-ie/#comment-133512</link>
		<dc:creator>火星人路人甲</dc:creator>
		<pubDate>Thu, 24 Apr 2008 09:01:38 +0000</pubDate>
		<guid isPermaLink="false">http://dancewithnet.com/?p=1281#comment-133512</guid>
		<description>这个....在firefox下看有点问题啊,要啦滚动条.</description>
		<content:encoded><![CDATA[<p>这个&#8230;.在firefox下看有点问题啊,要啦滚动条.</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者: 秦歌</title>
		<link>http://dancewithnet.com/2008/04/22/a-solution-of-limit-of-style-tags-in-ie/#comment-133368</link>
		<dc:creator>秦歌</dc:creator>
		<pubDate>Thu, 24 Apr 2008 04:44:29 +0000</pubDate>
		<guid isPermaLink="false">http://dancewithnet.com/?p=1281#comment-133368</guid>
		<description>呵呵，理论上讲通过@import指令嵌入的方式可以实现数量上的无限多，但是还需要考虑的是IE对这种方式实现是很糟糕的应避免使用和css文件的大小限制。

貌似wordpress的反垃圾插件Akismet的算法最近又改变，误判偶尔发生。</description>
		<content:encoded><![CDATA[<p>呵呵，理论上讲通过@import指令嵌入的方式可以实现数量上的无限多，但是还需要考虑的是IE对这种方式实现是很糟糕的应避免使用和css文件的大小限制。</p>
<p>貌似wordpress的反垃圾插件Akismet的算法最近又改变，误判偶尔发生。</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者: 柠檬园主</title>
		<link>http://dancewithnet.com/2008/04/22/a-solution-of-limit-of-style-tags-in-ie/#comment-133326</link>
		<dc:creator>柠檬园主</dc:creator>
		<pubDate>Thu, 24 Apr 2008 03:25:40 +0000</pubDate>
		<guid isPermaLink="false">http://dancewithnet.com/?p=1281#comment-133326</guid>
		<description>在一个页面里用31个link专用于CSS的链接,然后在每个css里用31个@import来导入,这样理论上31*31个样式,虽然实际上没多大意义,但不知道是否能起作用.
谁来做这个31*31个样式的实验???汗.....得用31*31个不同的样式定义才看得出效果.....</description>
		<content:encoded><![CDATA[<p>在一个页面里用31个link专用于CSS的链接,然后在每个css里用31个@import来导入,这样理论上31*31个样式,虽然实际上没多大意义,但不知道是否能起作用.<br />
谁来做这个31*31个样式的实验???汗&#8230;..得用31*31个不同的样式定义才看得出效果&#8230;..</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者: 柠檬园主</title>
		<link>http://dancewithnet.com/2008/04/22/a-solution-of-limit-of-style-tags-in-ie/#comment-133324</link>
		<dc:creator>柠檬园主</dc:creator>
		<pubDate>Thu, 24 Apr 2008 03:23:44 +0000</pubDate>
		<guid isPermaLink="false">http://dancewithnet.com/?p=1281#comment-133324</guid>
		<description>奇怪,我的留言呢?咋没了?</description>
		<content:encoded><![CDATA[<p>奇怪,我的留言呢?咋没了?</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者: 柠檬园主</title>
		<link>http://dancewithnet.com/2008/04/22/a-solution-of-limit-of-style-tags-in-ie/#comment-133323</link>
		<dc:creator>柠檬园主</dc:creator>
		<pubDate>Thu, 24 Apr 2008 03:22:43 +0000</pubDate>
		<guid isPermaLink="false">http://dancewithnet.com/?p=1281#comment-133323</guid>
		<description>那用不超过31个link标签,然后链的css里用不超过31个@import来引用,这样不知道理论上的31*31在实际中好不好用.</description>
		<content:encoded><![CDATA[<p>那用不超过31个link标签,然后链的css里用不超过31个@import来引用,这样不知道理论上的31*31在实际中好不好用.</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者: waakee.com</title>
		<link>http://dancewithnet.com/2008/04/22/a-solution-of-limit-of-style-tags-in-ie/#comment-132786</link>
		<dc:creator>waakee.com</dc:creator>
		<pubDate>Wed, 23 Apr 2008 08:24:44 +0000</pubDate>
		<guid isPermaLink="false">http://dancewithnet.com/?p=1281#comment-132786</guid>
		<description>&lt;strong&gt;IE对CSS样式表的限制和解决方案 @ 随网之舞...&lt;/strong&gt;

HTML文档与CSS的关联常见有4种方式：使用link标记&#60;link rel="stylesheet" type="text/css" href="sheet.css" /&#62;使用style元素&#60;style type="text/css"&#62;body{background:#fff;}h1{font-size:2em;}&#60;/style&#62;使用...</description>
		<content:encoded><![CDATA[<p><strong>IE对CSS样式表的限制和解决方案 @ 随网之舞&#8230;</strong></p>
<p>HTML文档与CSS的关联常见有4种方式：</p>
<p>使用link标记<br />
&lt;link rel=&#8221;stylesheet&#8221; type=&#8221;text/css&#8221; href=&#8221;sheet.css&#8221; /&gt;</p>
<p>使用style元素<br />
&lt;style type=&#8221;text/css&#8221;&gt;body{background:#fff;}h1{font-size:2em;}&lt;/style&gt;</p>
<p>使用&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
