Jump to content
  • 0

Помогите понять, откуда отступ под IMG?


WhiteWind
 Share

Question

Всем доброго времени суток.

Имею такой html код:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1251">
<title>Откуда ноги ратсут?</title>
<style type="text/css">
.image_div {
padding:0;
margin:0;
background-color: #AAA;
float:left;
}
img {
margin:0;
padding:0;
}
</style>
</head>
<body>
<div class="image_div">
<img src="image1_0.jpg"/>
</div>
</body>
</html>

B что в Опере, что в IE под картинкой появляется полоса цвета #AAA высотой около 4 пикселей. Что это такое?

Link to comment
Share on other sites

6 answers to this question

Recommended Posts

Guest
This topic is now closed to further replies.
 Share

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. See more about our Guidelines and Privacy Policy