Drop down buttons in FrontPage 2003?

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

Guest

Does anyone know if FrontPage 2003 allows you to create a button so that when you click on it, the sub menu drops down? If so, how do you perform this function? thanks.
 
I wouldn't use that script. The main issues are
1/ The links are written with javascript so search engines can't index them
2/ Users with js disabled will see nothing
3/ The menu isn't visible atall in NN4
4/ The script itself is huge.

If you want to the script route rather tahn using FP behaviours there's
better ways, eg
http://www.roksteady.net/fp/multilevel/
http://www.roksteady.net/fp/dropdown/
both of these overcome the above issues and only use about 15 lines of
script.

--
Jon
Microsoft MVP - FP

Stefan B Rusynko said:
See Flyouts at http://www.sharepointcustomization.com/resources/codesamples.htm

--




| Does anyone know if FrontPage 2003 allows you to create a button so that
when you click on it, the sub menu drops down? If so, how
 
Back
Top