2010-11-13 38 views

回答

0

你的問題是有點不清楚,但這應該幫助:

http://www.positioniseverything.net/articles/cc-plus.html

+0

其工作完美IE 7和8 。樣品{ 高度:15像素; width:15px; margin:10px; padding:10px; float:left: /*這個只適用於ie */ border:1px solid #fff; #border:2px solid #fff;/*這一個是IE 7及以下*/ 邊框:2px純紅色\ 0 /;/*這一個是IE 8 */ /*這一個適用於即只* /因爲它被視爲2px。** } – Sridhar 2010-11-15 06:36:53

0

如果這些是針對IE的特定樣式,我建議使用專門針對您正在使用的IE版本的條件樣式表。

更多信息可以在這Sitepoint article找到。

0

它的工作完美的IE 7和8

。樣品{ 高度:15px的;寬度:15像素; margin:10px; padding:10px; 浮動:左:

border:1px solid #fff; /* For All browser's */ 

/*this one apply in ie only*/ 

    # border:2px solid green; /* This one is IE 7 and below */ 

    border:2px solid red\0/; /* this one is IE 8 */ 

/*this one apply in ie only || for ie it treats as 2px.*/ 

}