Posts: 255
Name: John Nerush
Location: Milton Keynes, UK
|
For one, you have far too many divs to make up that layout, one of the many reasons its best to use as few as possible is for bug fixing (like this hehe).
As a quick "test" try putting some content into the <div id="headertop"></div>, for example <div id="headertop"><p>test</p></div> and see if it forces the div to be displayed, even if its in the wrong place.
Ive not come across a problem that is unique to ie8 without firefox replicating it, if anything ie8 and ff are generally the same in the way they render the sites i work on.
|