Roll over menu
1. I used the code from this Dynamicdrive pop it menu for this test.
2. Copy and paste code from step 1 of the dynamicdrive page into the head of the page via the Insert html code button.
3. Put a button on your site and right click it select hyperlink. In the hyperlink option box select Internet page, delete the http:// and OK out. Do not put an address in.
4. Right click button select attach html. Find the line at the point where it says
('over','tg_2')" onload="OnLoadPngFix()" __AddCode="here"></span>
At the point I’ve bolded add the codefrom the first line of the step 2
a href="#" onMouseover="showmenu(event,linkset[0])" onMouseout="delayhidemenu()"></a><br
Taking out the words “Webmaster Links” as there not needed.
If you have any trouble right click the buttons above to check out the code