Hi there,
I'm trying to incorporate DHTML menus into an established web interface, so that an onMouseover event pops up submenus etc...
Has anyone tried doing this within frames, eg:
My problem is that my menus are being clipped to the frame. Any ideas of how to get around this?
Thanks for any advice, cheers NEIL s-)
I'm trying to incorporate DHTML menus into an established web interface, so that an onMouseover event pops up submenus etc...
Has anyone tried doing this within frames, eg:
Code:
<frameset rows="20,*">
<frame src="dynamic_menus.html" name="menu">
<frame src="main_frame.html" name="main">
</frameset>
My problem is that my menus are being clipped to the frame. Any ideas of how to get around this?
Thanks for any advice, cheers NEIL s-)