2011-11-27 11:44, mem wrote:

Can anyone point me out why, here, the header vanishes on IE 7 and IE 8 ?

http://help.nuvemk.com/testStructure/

A tricky bug, but the fix seems to be surprisingly simple: add the <body> tag. Caveat: I have analyzed the bug and tested the fix using IE 9 (Win 7) with browser mode set to IE 7, not using real IE 7.

Looking at the page on IE 9 in browser mode IE 7 and hitting F12 and then inspecting the document tree, I noticed that IE shows there the <header> element as sub-element of <head>, not <body>. So it apparently does not get right where the body starts, and the explicit <body> tag (right after </head> of course) helps here.

Yucca

______________________________________________________________________
css-discuss [[email protected]]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to