I tried adding a margin-bottom: attribute, but it had no effect to the menu position... I think it has something to do with the position:absolute on all the DIV's.
If you can re-code your website to work in Firefox first, then you can add IE-specific code to fix whatever doesn't work in Internet Explorer. IE-specific code looks like:
Code:
<!--[if IE]>
... Some HTML here ...
<![endif]-->
All browsers will treat this code as a comment, but IE will recognize it and parse it. This is where you can put some CSS to fix problems with the menu...
Looking at your code, I noticed it's built with Yahoo! Site Builder. Is this forced upon you, or can you choose to upload custom HTML files you made yourself? Because it would be much easier to do all the HTML yourself so you can fine-tune layout issues like this one.
Cheers,
X96
Bookmarks