Forum Moderators: open
Bascially, you can give a CSS visibility: CSS class and encase it in a DIV tag. Then, use a onMouseOver event handler to turn the DIV tag into a visible:show; style.
All your menus will be encased in the hidden DIV tag.
Also, you need to apply CSS to hide the DIV menus with a onMouseOut event handler.
To get the menus to show over the frames, you may need to supply a Z-INDEX style in your CSS.
I hope this helps.
Bruce
I don't think that increasing the z-index will do the trick. Because 2 frames means 2 seperate DOMs, spanning layers across frames is difficult.
The script is probably still there on DynamicDrive if you go rooting for it!