Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Frames with DHTML menus? 1

Status
Not open for further replies.

toolkit

Programmer
Aug 5, 2001
771
GB
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:

Code:
<frameset rows=&quot;20,*&quot;>
  <frame src=&quot;dynamic_menus.html&quot; name=&quot;menu&quot;>
  <frame src=&quot;main_frame.html&quot; name=&quot;main&quot;>
</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-)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top