Forum Moderators: not2easy
As the menus cascade out they overlap a text area on a different part of the page. When this occurs and I move the mouse to hover over one of the links that overlaps the text area, the cursor changes to a text caret and the focus moves to the text UNDERNEATH the menu...thus making the menus disappear.
This happens in FireFox and Netscape but not in IE or Opera. I would expect the problem browsers to be reversed...
Can anyone give me a clue as to how to keep the focus on the menus and not the text area underneath the menus? I can give you the code if that helps.
Nathan
If this still doesn't work, or you don't get more help, then I'd just redo the html / css according to the 'tried and true' suckerfish dropdown scheme - you can google for this.
I think it's a z-index problem, making sure the <li> elements and thus the <a>nchor elements inside them have a higher z-index that the content behind it should help, and if I remember rightly from one example I did the a:hover itself needed the z-index set on it, that was for a vertical menu..
Sorry, that's a bit vague, if you strip the code and take out the menu part (is it vertical or horizontal?) only and put that code in here.. we could take it from there, the reason it's complex could be to do with relative/absolute positioning of other content divs which will affect the menu depending on it's position in the source code...
Suzy