序号 | HTML | IE<=7 CSS样式 | 表现: | 实际高度 (px) | 说明 |
1 | <div></div> | ||||
2 | <div></div> | width:100px; |
|||
3 | <div></div> | height:1px; |
|||
4 | <div></div> | overflow:hidden; |
|||
5 | <div></div> | width:100px; height:0px; |
|||
6 | <div></div> | width:100px; line-height:0px |
|||
7 | <div></div> | width:100px; font-size:0; |
|||
8 | <div></div> | width:100px; height:0px; line-height:0px; |
|||
9 | <div></div> | width:100px; height:0px; font-size:0; |
|||
10 | <div></div> | width:100px; height:0px; overflow:hidden; |
|||
11 | <div></div> | width:100px; line-height:0px; overflow:hidden |
|||
12 | <div></div> | width:100px; font-size:0px; overflow:hidden |