在一张照片网页底部的空白空间

时间:2014-04-08 07:13:47

标签: html css

如何删除此网页底部的空白区域?

<!doctype html>
<html>

<body style="margin:0px;">

    <img src="home.jpg" border="0" width="5334" height="4370" orgWidth="5334" orgHeight="4370" usemap="#exhib" alt="" style="width:100%;height:auto;" />
    <map name="exhib" id="">
    <area  alt="" title="" href="#" shape="rect" coords="4424,122,4537,237"/>
    <area  alt="" title="" href="#" shape="rect" coords="4550,124,4663,239"/>
    </map>

</body>
</html>

1 个答案:

答案 0 :(得分:1)

要实现此目的,您必须将display: block添加到图像中。