Di Di
06-10-2008, 02:26 PM
1) Script Title: AnyLink Drop Down Menu
2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex1/dropmenuindex.htm
3) Describe problem: I am using FrontPage 2003 to set up an intranet site for my department. For the site navigation I am using "interactive buttons" so that the user clicks the buttons to hop from one page to another. I would like users to be able to mouse-over an interactive button and for a sub menu to appear as per the above script which links to individual pages for certain teams within the department. However, I cannot work out how to link the DD script to the interactive button. (I do not have technical IT skills, by the way, but I have found your site very useful and it has allowed me to make lots of progress despite this so many thanks!) Please could anyone help?
The code for the interactive button is as follows: <img border="0" id="img1" src="buttonB8.jpg" height="33" width="100" alt="Button Text" onmouseover="FP_swapImg(1,0,/*id*/'img1',/*url*/'buttonB9.jpg')" onmouseout="FP_swapImg(0,0,/*id*/'img1',/*url*/'buttonB8.jpg')" onmousedown="FP_swapImg(1,0,/*id*/'img1',/*url*/'buttonBA.jpg')" onmouseup="FP_swapImg(0,0,/*id*/'img1',/*url*/'buttonB9.jpg')" fp-style="fp-btn: Metal Tab 5" fp-title="Button Text">
Thank you.
2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex1/dropmenuindex.htm
3) Describe problem: I am using FrontPage 2003 to set up an intranet site for my department. For the site navigation I am using "interactive buttons" so that the user clicks the buttons to hop from one page to another. I would like users to be able to mouse-over an interactive button and for a sub menu to appear as per the above script which links to individual pages for certain teams within the department. However, I cannot work out how to link the DD script to the interactive button. (I do not have technical IT skills, by the way, but I have found your site very useful and it has allowed me to make lots of progress despite this so many thanks!) Please could anyone help?
The code for the interactive button is as follows: <img border="0" id="img1" src="buttonB8.jpg" height="33" width="100" alt="Button Text" onmouseover="FP_swapImg(1,0,/*id*/'img1',/*url*/'buttonB9.jpg')" onmouseout="FP_swapImg(0,0,/*id*/'img1',/*url*/'buttonB8.jpg')" onmousedown="FP_swapImg(1,0,/*id*/'img1',/*url*/'buttonBA.jpg')" onmouseup="FP_swapImg(0,0,/*id*/'img1',/*url*/'buttonB9.jpg')" fp-style="fp-btn: Metal Tab 5" fp-title="Button Text">
Thank you.