跳到主要內容

發表文章

目前顯示的是有「ie」標籤的文章

[CSS] CSS Hack for IE 6, 7, 8

IE6 ( _ ) _width: 500px; IE7  ( * !important ) *width: 500px !important; IE7, Firefox ( !important ) width: 500px !important; IE6, 7 ( * ) *width: 500px; IE6, 7, 8 ( \9 ) width: 500px \9; IE8 ( \0 ) width: 500px \0; 引用別人的分析圖: 資料來源: http://sofree.cc/ie6-ie7-ie8-firefox-css-hack/ http://www.css88.com/archives/1681