Jump to content
  • 0

Высота родительского div'a в FF и Opera


serdeles
 Share

Question

Подскажите, что надо изменить в коде, чтобы в FF и Opera вс? отображалось также, как в ИЕ.

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1251">
<title>Untitled Document</title>
<style type="text/css">
body {background-color:#000000; margin:0;}
#main{background-color:#0000ff; margin:0 auto; padding:5px; padding-top:20px; padding-bottom:20px; width:740px;}
#inside{margin:0 auto; width:700px; text-align:center;}
#header{margin:0 auto; padding:0;}
#h-left{background-color:#FF0000; width:366px; float:left; height:86px;}
#h-right{background-color:#FFCC00; float:right; width:330px; height:86px;}
</style>
</head>

<body marginheight="0" marginwidth="0" topmargin="0">
<div id="main">
<div id="inside">
<div id="header">
<div id="h-left"></div>
<div id="h-right"></div>
</div>
</div>
</div>
</body>
</html>

В общем, нужно, чтобы высота div'a main изменялась в зависимости от количества вложенного туда контента (предполагается, что там будут другие блоки, их количество будет меняться), и чтобы при этом сохранялись все заданные отступы.

Заранее спасибо за помощь!

Link to comment
Share on other sites

1 answer 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