Befoglaló div magassága igazodjon a tartalomhoz
Sziasztok.
Van egy html file-om:Mivel nem müködik, vagyis a wrapper nevű div nem nyúlik együtt a tartalommal, így nyilván valamit hibásan csináltam. Mi lehet a gond?
■ Van egy html file-om:
<div id="wrapper"><!-- Tartó div eleje -->
<div id="content"><!-- Tartalom eleje -->
<div id="left">
</div>
<div id="right">
</div>
</div><!-- Tartalom vége -->
</div><!-- Tartó div vége -->
#wrapper {
margin: 0px auto 15px auto;
width: 800px;
height: auto;
border-bottom: 1px solid blue;
}
#content {
margin: 1px 0 0 0;
border-top: 3px solid #3296dc;
}
#left {
float: left;
width: 600px;
height: 430px;
background: #ff9900;
}
#right {
float: right;
width: 190px;
background: blue;
height: 230px;
}
overflow
sztem
lehet hidden is ha a befoglaló
diveknek nincs fix magasságuk.
plusz még egy clear: both; sem árt.
csak clear