I second the cube, ni site, but the prob needs to be fixed for IE.
I had a quick look at your stylesheet and found out that your div "Main" has the code "Position:Absolute;" assigned, but no variable to actually control the position. Normally when using this you'd have some sort of variable controlling it's position either in coordinates or distance from left/right/top/bottom.
ie.
Quote:
Position: Absolute;
Left: 20px;
Top: 10px;
|
Perhaps removing "Position:Absolute" will solve it? Not sure though, as it's been a while since I were coding, and I'm starting to forget
/Edit: And if that doesn't work you might want to try assigning the same z-index value for both the menu and the main div.
Cheers!