Forum Moderators: not2easy
<div id="container">
<div id="left>
content1
</div>
<div id="right">
content1
</div>
</div>
div#container
{
border:1px solid black;
}
div#left
{
float:left;
}
div#right
{
float:left;
}
The problem I have is that in both IE6 and FF the content of div left and right spill over the contatiner div. I think is something to do with the fact I am using divs. Like I say I'm sure its obvious