0
#col{
width:200px;
float:left;
overflow:visible;
position:relative;
z-index:2;
}
<div id="col">
<img style="margin-left:-6px; z-index:999; position:relative;" src="img.jpg" />
</div>
我想讓圖像向左伸出6px,但它被切斷。CSS有從div邊緣伸出的圖像
我也必須在每行代碼的字體中放4個空格,這非常慢!