Archive

‘CSS’ 分類過的Archive

IE8 專屬的CSS Hack來了

2010年1月13日 尚無評論

這個只有IE8懂的CSS \9 符號

終於行了

margin-top: 7px; /*FF*/
margin-top: 10px \9; /*IE8*/
*margin-top: 9px; /*IE7*/
_margin-top: 5px; /*IE6或更舊的版本*/

各走各的
互不相干

Google Chrome 瀏覽器也越來越多人用了
所以增加一個 Google Chrome 的 Hack

body:nth-of-type(1) #categories{
margin-top: 3px; /* safari 3+, chrome 1+, opera9+ */
}

Firefox也可以用 !important;
margin-top:0 !important;

margin-top
Categories: CSS, 視覺設計 Tags: