實在不明白為什麼邊框和裡面的內容會竄呢,請朋友們指條明路
<style type="text/css">
.divcss5{border:1px solid #F00;width:140px;height:20px;margin:0;padding:0;}
.divcss5 h3{filter:alpha(opacity=10);width:140px;height:20px;border:1px solid #F00; background-color:#FF0000;-ms-filter:"alpha(opacity=50)";position:absolute;offsetTop:0px;}
.divcss5 img{width:15px;height:15px;position: relative;}
</style>
html中是有確切的意義。它本身含有margin值。在.divcss5 h3加上一個樣式即可:margin:0px;