Sign in or Join FriendFeed
FriendFeed is the easiest way to share online. Learn more »
Jay Kwong
網頁設計 Web Design » [CSS] CSS Hack (IE6、IE7、Firefox 兼容) - http://webdesign.piipo.com/post...
各瀏覽器都讀得到: 屬性:值; 僅IE7及以下版本 讀得到: *屬性:值; 僅IE6及以下版本 讀得到: _屬性:值; IE7、FF讀得到: background:green !important; /*IE7、FF吃!important*/ IE6讀不到: background:blue; /*IE6的bug,不理會!important*/ FF 2 Only: ID或CLASSNAME, x:-moz-any-link {CSS} FF 3 Only: ID或CLASSNAME, x:-moz-any-link, x:default {CSS} IE7 除外讀得到: html>/**/body selector{CSS} 僅IE7 讀得到: *+html selector{CSS} 僅IE7 讀得到: *:first-child+html selector{CSS} 僅IE7及以下版本 讀得到: *:first-child+html selector{CSS} 或 * html selector{} IE7、FF: html>body selector{CSS} 僅Opera9及以下版本 讀得到: html:first-child selector{CSS} 還有很多,有時自己亂try也會try出幾個來。 - Jay Kwong