<?xml version="1.0" standalone="yes"?>
<?xml-stylesheet type="text/css" href="css/rss.css"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/"><channel><title>完美WEB - CSS</title><link>http://www.flashshe.com/perfect-web/</link><description>Perfect Web ，希望web变得更完美! - </description><generator>RainbowSoft Studio Z-Blog 1.7 Laputa Build 70216</generator><language>zh-CN</language><copyright>Copyright flashshe.com All Rights Reserved.</copyright><pubDate>Thu, 09 Sep 2010 06:20:08 +0800</pubDate><item><title>css注释</title><author>jackyshe@126.com (jackyshe)</author><link>http://www.flashshe.com/perfect-web/post/10.html</link><pubDate>Fri, 31 Aug 2007 10:19:05 +0800</pubDate><guid>http://www.flashshe.com/perfect-web/post/10.html</guid><description><![CDATA[css 注释 是这样写的 <br/><p class="code">/*&nbsp;&nbsp;这是注释&nbsp;&nbsp;*/<br/></p>但是如果你写成了这样<br/><p class="code">/*&nbsp;&nbsp;这是注释*/<br/></p>对不起，IE将忽略这个注释下面的所有css定义（firefox不会），为什么?因为你把注释写错了，所以从这个注释开始所有的东西都是无效的。<br/><br/>以后千万要记得“*”符号不要和注释内容紧挨在一起。<br/><br/><br/>]]></description><category>CSS</category><comments>http://www.flashshe.com/perfect-web/post/10.html#comment</comments><wfw:comment>http://www.flashshe.com/perfect-web/</wfw:comment><wfw:commentRss>http://www.flashshe.com/perfect-web/sydication.asp?cmt=10</wfw:commentRss><trackback:ping>http://www.flashshe.com/perfect-web/cmd.asp?act=tb&amp;id=10&amp;key=07c18176</trackback:ping></item><item><title>IE盒模型bug和修复</title><author>jackyshe@126.com (jackyshe)</author><link>http://www.flashshe.com/perfect-web/post/5.html</link><pubDate>Tue, 16 May 2006 10:53:21 +0800</pubDate><guid>http://www.flashshe.com/perfect-web/post/5.html</guid><description><![CDATA[Internet Explore（简称IE）是目前使用得最多的浏览器，在国内几乎是一统天下。IE6以前的版本对“盒模型（box model）”执行了错误的解释。如果一个盒的宽度为200px，边距为20px，边框大小为20px，如下CSS定义：<br/><br/>]]></description><category>CSS</category><comments>http://www.flashshe.com/perfect-web/post/5.html#comment</comments><wfw:comment>http://www.flashshe.com/perfect-web/</wfw:comment><wfw:commentRss>http://www.flashshe.com/perfect-web/sydication.asp?cmt=5</wfw:commentRss><trackback:ping>http://www.flashshe.com/perfect-web/cmd.asp?act=tb&amp;id=5&amp;key=652cd5c5</trackback:ping></item></channel></rss>
