Forum Moderators: not2easy
I have the following problem. I have a 2 column layout like this (simplified):
#menu{
float: left;
width: 40%;
}
#content{
float: left;
width: 60%;
}
The menu comes forts on the page, so it gets to be the left column.
I want to place an image and some text below it in the content div. In all browsers except NN 4.x it works with no problems. In NN the image lies on the text. What is wrong and is there a way to remedy the sutiation?
Sidenote: If I place the image below the text it gets cut off by the end of the div. I also added a div with clear:both as a property between the image and the end of the content div, but it made no difference.
Many thanks in advance,
nmknmk