Forum Moderators: not2easy
I'm using this code:
CSS:
-------
#content {
margin-top: 75px;
width: 597px;
height: auto;
}
#left {
width: 110px;
height: 497px;
margin: 0px;
padding: 0px;
float: left;
}
#right {
width: 485px;
height: 100px;
}
--------
HTML:
---------
<div id="content">
<div id="left">
</div>
<div id="right">
</div>
</div>[/code]
---------
But the right-div goes under or over the left-div. I've tried clear:both; between the div's, but it didn't help.
[edited by: Izkoo at 8:30 pm (utc) on June 5, 2008]