drop down list from hover button

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

using FP 2003, I am trying to create a feature that I have seen in other
website. This feature happens when you have a navigation bar, usuallu
horizontal, and you hover over a button and a list scrolls down underneath
it, listing the other buttons you may click on/choose.
 
Do not use the Java hover buttons - the drop down menu will not work in
conjunction with these, if your users can see the buttons in the first
place.
Java Hover buttons are Java applets which require a JVM (Java Virtual
Machine). Windows XP and IE6 do not install the JVM, so many users will not
have it installed on their PCs, the hover buttons will then display as grey
boxes, and will do nothing.

For drop down menus (not using Hover buttons)

See www.interlacken.com/winnt/tips/tipshow.aspx?tip=28
and www.roksteady.net/menus/
 
Back
Top