Css Hileleri - Internet Explorer(6-7-8-9) 'a ayrı stil tanımlama
#element { color:orange; //Normal hali } #element { *color: white; /* IE6+7, IE8/9 'da çalışmıyor */ } #element { _color: red; /* IE6 */ } #element { color: green\0/IE8+9; /* IE8+9 */ } :root #element { color:pink \0/IE9; } /* IE9 */
Yorumlar
Yorum Gönder