如何寫像CSS屬性的sintax:CSS有條件的問題,所有IE VS其他瀏覽器
.example{
/*all the browsers except IE*/
font-size:100%;
/*that's on all the IE syntax I need to add like a condition*/
font-size:200%
}
這是一個簡單的代碼,我知道,這只是測試它,但不能在HTML,上CSS中的每個屬性,id或標記。
在IE6是:
#test{ _color: blue}
在IE6和IE7:
#test{ *color: blue}
IE6,IE7和IE8:
#test{ *color: blue\9}
但是如何將所有IE和其他的區別瀏覽器?
任何人都可以幫助嗎?
第一個問題是**爲什麼**你想這樣做? –
因爲我有我的CSS樣式的規則,沒有任何類型的兼容性與Internet Explorer?我需要改變它......這就是爲什麼我想要這樣做 – jvillegas
他們可以做什麼規則? –