CSS
p {
color:#F00; /*FX & 所有 IE*/
color:#FF09; /*所有 IE*/
*color:#0F0; /*IE7 IE6*/
_color:#00F; /*只有IE6*/
}
最特殊的大概就是IE8要用到9的寫法了,這個寫法能讓所有的IE都讀得到,Firefox卻讀不到,這樣就能很簡單的區隔出IE與Firefox的差異。
(Continue reading...)
|
joyce's blog
http://us.blog.uschoolnet.com/blog/joyce9102
Category
Today : 1
Total : 86151 [Last Update] 2009-10-16
[Date Created] 2009-10-05
![]()
easy~ IE8 CSS hack
![]() 2009-10-16 16:16:54
CSS p { } 最特殊的大概就是IE8要用到9的寫法了,這個寫法能讓所有的IE都讀得到,Firefox卻讀不到,這樣就能很簡單的區隔出IE與Firefox的差異。 (Continue reading...) ![]()
T eSt
![]() 2009-10-05 11:15:58
|
||