Forum Moderators: not2easy
I have a div floated left and one next to it floated right.
Both of these are 400px wide in a container div that is 800px.
They both have background images in them and no content.
The left one is 200px high and the right one is 280px high.
Directly underneath the left div is another div floated left that is 80px high so that all three make a perfect rectangle.
The 80px high left div has a list of links that are also floated left to create a horizontal row of links.
bizzarely in IE there seems to be an unaccountable amount of margin between this 80px high div and a H1 div that sits directly below. Every other browser has the H1 div butted up to the 80px high div but IE seems to give some sort of unexplainable margin.
I have cured it by giving the H1 element a display value of inline, but can anyone explain why this is happening please?
Thanks in advance.
erdy.