單項選擇題li 元素中包含img 元素的時候,IE 中img 下面多出了5px左右的空白,下列哪個處理辦法不可行()

A.使 li 浮動,并設置 img 為塊級元素
B.設置 ul 的 font-size:0;
C.設置 img 的 margin: 0; 
D.設置 img 的 margin-bottom: -5px;


您可能感興趣的試卷

你可能感興趣的試題

1.單項選擇題下列哪個樣式定義后,內聯(lián)(非塊狀)元素可以定義寬度和高度()

A.display:inline
B.display:none
C.display:block
D.display:inherit

2.單項選擇題下列哪些是格式良好的 XHTML?() 

A.<p>A <b><i>short</b></i> paragraph</p>
B.<p>A <b><i>short</i></b> paragraph</p>
C.<p>A <b><i>short</i></b> paragraph

3.單項選擇題在下面的XHTML中,哪個可以正確地標記折行?()

A、<br/>
B、<break/>
C、<br>
D、<p>

4.單項選擇題CSS中ID選擇符在定義的前面要有指示符()。

A、* 
B、. 
C、! 
D、#

5.單項選擇題下面哪一項不是段落的對齊方式?()

A、上下對齊
B、居中對齊
C、靠左對齊
D、兩邊對齊