<div style="height:2px;background-color:red"></div>

解决方案 »

  1.   


    <style>
    .x{height:2px;background-color:red;width:100%}
    </style>
    <div>aa</div>
    <div class="x"><!--  --></div>
    <div>aa</div>
      

  2.   

    <img src="" style="border:solid 1px red;filter:alpha(opacity=0);width:500px;height:2px;">你可用使IMG标签,它可以设为任意高度,图片你可以用透明的GIF或是用滤镜来设为透明的。
      

  3.   

    <div style="width:400px; height:2px; background-color:red; font:1px/1px;"></div><hr style="width:400px; height:2px; background:#f00" />