圖片下面空隙問題


<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>圖片下面空隙問題</title>
<style>
.box{border:10px solid #000;background:Red;}
img{ vertical-align:top;} /*清除圖片下面的間隙*/
</style>
</head>
<body>
<div class="box">
<img src="img/pic.jpg" /><img src="img/pic.jpg" /><img src="img/pic.jpg" />
</div>
</body>
</html>
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章