Hi Joel, Thanks for your quick reply. That's makes sense. Now my code is <ul class="nav"> and it's working fine in both IE6 and FF.
I added the bgiframe just in case the menu was blocked by the background image. Also, on this page, I was having problems with the menu blocking the podcast player : http://www.best-learn-spanish.com/s/listen.php?catid=28 and it seems like the bgiframe fixed that problem in IE6 but not in FF. Any ideas for fixing it in FF? Thanks again, jdl Joel Birch wrote: > Hello, > > I currently only had time for a quick scan of your code. Things seem > to be quite in order except that the "nav" class needs to be set on > the ul not the parent div. This will definitely cause the menu not to > function so try changing that and see how you go. > > Also, you only need to apply the bgIframe if you suspect that your > submenus will need to overlap "select" form elements in places. Can I > ask you: does it seem like I need to make that clearer on the > documentation pages? Many people are adding it automatically as if it > is required. Please let me know if the docs are misleading in this > regard. > > Cheers > Joel Birch.