Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS IE6 div positioning Re: IE6 div positioning

#57671
apostrophe
Participant

This should sort out your navigation in ie6:

Code:
ul#hoofdmenu li {
display:inline;
float: left;
}

And I’m pretty sure you can solve the other problems by validating your html http://validator.w3.org/check?verbose=1&uri=http%3A%2F%2Fwww.kapittel-wervik.be%2Fkclub%2F. You need to close all of your list tags and I think you have forgotton to close the "page-wrap".