Hi, can someone recommend a script to me that will allow a menu to expand when you click on a parent link?
RonPK
1:18 pm on Sep 26, 2006 (gmt 0)
IMHO the best menues are those without any JavaScript ;). But if you really need the menu to expand onclick, there is no way around JavaScript. Maybe you could use the suckerfish menu and modify it a bit?
DrDoc
4:47 am on Sep 27, 2006 (gmt 0)
Well, there are still ways around using JavaScript ... You can always use the
:active
CSS pseudo-class.
sodani
10:58 pm on Sep 30, 2006 (gmt 0)
Well, the reason why I need the onclick functionality is because it would be too big to manage otherwise.