2010-04-02 70 views
25

我在項目中使用Yahoo YUI庫。誰能幫我明白,我在佈局管理器CSS遇到了下面的CSS:*(星號)在CSS聲明前的含義是什麼?

我一直無法弄清楚*(星號)確實給了這些聲明在下面的CSS:

.yui-skin-sam .yui-layout .yui-layout-unit div.yui-layout-bd { 
border:1px solid #808080; 
border-bottom:none; 
border-top:none; 
*border-bottom-width:0; 
*border-top-width:0; 
background-color:#f2f2f2; 
text-align:left; 
} 

回答

2

明星利用Internet Explorer 7及以下版本中的錯誤,並用於使IE正確顯示標記。更多的信息在這裏:http://www.ejeliot.com/blog/63

+0

謝謝,我感謝幫助! – 2010-05-02 21:16:10

相關問題