Okay, so why is this not showing up in IE6? There is like "space" for it, but its not visible! http://www.triexa.com/index2.php
If you look in firefox, there is a black bar with "latest news" below the main menu. This space is empty in IE.
I suspect, but haven't tested, that it's related to the div being absolute position. IE tends to have trouble with that. Try setting an index. If that doesn't work, put the div back in the flow. I see no compelling reason for removing it in the first place. cheers, gary
what do you mean try setting an index? I have other elements positioned absolutely no proiblem in IE6. Also, it looks like it IS THERE... it just, is white space... Anyone else have any ideas?
See http://www.w3.org/TR/CSS21/visuren.html#propdef-z-index Using absolute positioning for major group layout is generally a poor idea. cheers, gary