<div style="background-color: red; line-height: 1px;">&nbsp;</div>

解决方案 »

  1.   

    加个css属性看看
    <div style="overflow:hidden;"> xxx
      

  2.   

    ? 没试过, 倒是常经常 width:0px!important; height:0px!important;
      

  3.   

    这个让我想起一个小BUG, IE 弹窗宽高都是0的话...
      

  4.   

    meizz(梅花雪)
    line-height也不对啊,我做的功能是一个鹰眼地图的功能,要在鹰眼地图上显示主地图的范围
    var s = 'position:absolute; left:' + left + 'px; top:' + top + 'px; width:' + width + 'px; line-height:' + height + 'px; border:1px SOLID red; background-color:transparent; z-index:101';
    var eagle = document.getElementById("eagle");
    NucUtils.setElementStyle(eagle, s);
    使用height或line-height都不行