Сообщение от imediasun1
|
почему у меня блок #content_container не растягивается по высоте хотя высота у него указана авто? и блок #second_post_main выходит за его пределы, хотя должен просто его увеличивать?
|
Ответ очевиден!
<!DOCTYPE html>
<html>
<head>
<!--
<script src="http://code.jquery.com/jquery-latest.js"></script>
<link rel="stylesheet" type="text/css" href="tmp.css" />
-->
<style type="text/css">
#content_container {
/* top:-40px; */
position:relative;
width:625px;
height:auto;
min-height:200px;
z-index:2;
border: 1px solid red;
}
#second_post_main {
position:relative;
background:#eee;
width:550px;
height:auto;
min-height:300px;
margin:0 auto;
/* top:50px; */
border: 1px solid green;
}
</style>
<script type="text/javascript">
</script>
</head>
<body>
<div id="content_container">
<div id="second_post_main">
</div>
</div>
</body>
</html>
Сам такое наваял... А обвиняешь бедный
second_post_main.