<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
<channel>
<title><![CDATA[武冈论坛官方博客]]></title> 
<link>http://blog.wugangbbs.com/index.php</link> 
<description><![CDATA[武冈论坛团队博客,提供网站技术,网站优化,网站重建CSS,标准中国。]]></description> 
<language>zh-cn</language> 
<copyright><![CDATA[武冈论坛官方博客]]></copyright>
<item>
<link>http://blog.wugangbbs.com/post//</link>
<title><![CDATA[浏览器兼容HACK]]></title> 
<author>admin &lt;admin@yourname.com&gt;</author>
<category><![CDATA[默认分类]]></category>
<pubDate>Fri, 29 Jan 2010 07:00:07 +0000</pubDate> 
<guid>http://blog.wugangbbs.com/post//</guid> 
<description>
<![CDATA[ 
	CSS代码在IE6,IE7和FF中的识别2009-08-01 下午 01:59CSS hack：针对IE6，IE7，firefox显示不同效果<br/><br/>做网站时经常会用到，衡量一个DIV+CSS架构师的水平时，这个也很重要。<br/><br/>区别不同浏览器的CSS hack写法：<br/>区别IE6与FF： <br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;background:orange;*background:blue;<br/><br/>区别IE6与IE7： <br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;background:green !important;background:blue;<br/><br/>区别IE7与FF： <br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;background:orange; *background:green;<br/><br/>区别FF，IE7，IE6： <br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;background:orange;*background:green !important;*background:blue;<br/><br/><br/>注：IE都能识别*;标准浏览器(如FF)不能识别*；<br/><br/>IE6能识别*，但不能识别 !important, <br/>IE7能识别*，也能识别!important; <br/>FF不能识别*，但能识别!important;<br/><br/>IE6 IE7 FF * √ √ × !important × √ √<br/><br/><br/>------------------------------------------------------ <br/>另外再补充一个，下划线"_", <br/>IE6支持下划线，IE7和firefox均不支持下划线。<br/><br/>IE6 IE7 FF<br/><br/><br/>> * √ √ × !important × √ √ _ √ × ×<br/><br/><br/>于是大家还可以这样来区分IE6，IE7，firefox <br/>: background:orange;*background:green;_background:blue;<br/><br/>注：不管是什么方法，书写的顺序都是firefox的写在前面，IE7的写在中间，IE6的写在最后面。<br/> <br/>
]]>
</description>
</item><item>
<link>http://blog.wugangbbs.com/post//#blogcomment</link>
<title><![CDATA[[评论] 浏览器兼容HACK]]></title> 
<author> &lt;user@domain.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate> 
<guid>http://blog.wugangbbs.com/post//#blogcomment</guid> 
<description>
<![CDATA[ 
	
]]>
</description>
</item>
</channel>
</rss>