drop down menus with hyperlinks

  • Thread starter Thread starter siberlink
  • Start date Start date
S

siberlink

One of my client websites has way too many links down the
left side of the page. I want to reduce the number of
visible links to what amounts to group headings. When a
user clicks on one of these headings he gets a dropdown of
links under that heading. I've seen this on other sites.
How do you do this?
 
You would need to use some JavaScript and/or DHTML depending on the exact
type of menu system you are talking about. For a JavaScript drop down form
field that links to other pages - there is some example code on
www.at-frontpage.com/scripts1.htm

Another type of dynamic menu system that is commonly used can be done with
DHTML from
http://www.dynamicdrive.com/dynamicindex1/index.html - the HVmenu is fairly
commonly used by a lot of FP users...

or - look at jbots flyout menu FP addin - www.websunlimited.com
 
Back
Top