1 <html xmlns="http://www.w3.org/1999/xhtml">
2 <head>
3 <meta content="text/html; charset=utf-8" http-equiv="Content-Type">
4 <title>-</title>
5 </head>
6 <body id="empire_body">
7 <div>
8 <span style="float: left; width: 100px;height: 21px; border: 1px solid rgb(153, 153, 153);margin: 0px 4px 0px 5px; overflow: hidden;" id="txtUploadFileName">
9 </span>
10 <span style="border: 1px solid rgb(255, 255, 255);font-size: 12px; overflow: hidden;position: absolute; background: #000;width: 59px; height: 21px;" id="uploadImg">
11 <a style="width: 59px; height: 21px;" href="#"></a>
12 </span>
13 <div style="clear:both; font-size:0; height:0; overflow:hidden;"></div>
14 </div>
15 </body>
16 </html>
ie下第二个span 是不显示的(firefox下正常),折腾了半天,原来是去浮动div中的 “height:0”造成的。
具体原因未解!