.mib_cell { display: table-cell; *display: inline-block; width: 2000px; *width: auto; }這段代碼怎么理解

Thinker_Ac
2014-10-21
1 回答
舉報
0/150
提交
取消
2015-02-10
*display和*width是一種CSS hack寫法
IE6識別*和_, 不識別 !important
IE7識別*, 不識別_,識別 !important
而firefox等等兩個都不識別, 識別 !important