I made a horizontal menu, with sub-menu's (in the header, called headermenu). The problem is that i can't get the sub-menu's vertical..., below the horizontal one. ( I looked on the internet, i found some things, but something goes wrong if i want to do that.. :\ so it doesn't work.) So, if anyone wants to help me, please 
To view the code, just look in the source of http://tvermeulen.1-eurohost.com/school/index.html; and click here to see the css.
Oh btw, if anyone can give me the correct javascript (for IE), please do it 
~thanks
Vertical list in horizontal submenu problem...
Hi Da Devil,
You need to position the li relative.
At the moment the position of the second level is taken from the UL which starts at the left side of the page.
Once the li's are relative the ul within them will position from the li.
Hope that helps
Vertical list in horizontal submenu problem...
That solves the problem that it's vertical, now another problem, the rows under it, are wider and are 2/3 px. to the right... what's the best way to fix this? 
