Forum Moderators: not2easy
As a new webmaster I am seeking to add a top "drop down menu" to my site.
a) I found quit a few Free to use ones, most in JavaScript, some using CSS: What is best?
But anyway none of them contained ALL the top features I would like:
-1- Unlimited submenus
-2- Icons insert in the menus (XP look & feel)
-3- Display on top of an iframe
-4- Remembers links already visited by one user
b) Is it easy to add feature -4- to an existing menu?
c) I also found some "POP-UP on Picture mouseover Menus".. Would those be stopped by an ANTI POP-UP Software?
Any help on these questions would be really appreciated,
Best wishes to all,
Wooolf
Otherwise you risk making your site unusable to:
Hybrid JavaScript and CSS menus seem to be the most lightweight flexible solution. However as grahamstewart pointed out if a user has JS disabled then it could be a problem.
Eric Meyer explains his CSS Javascript Hybrid Menu [devedge.netscape.com] and the pros and cons of support issues which fairly well cover the javascript turned off thing also his menu shouldn't cause SE spiders bots any problems indexing either.
I would say in answer to your other questions that all those things are possible using the CSS part of the hybrid so it depends on your knowledge of Javascript and CSS which menu you feel more comfortable implementing and tweaking.
Suzy
-4- Remembers links already visited by one user
You could use JavaScript to set a cookie to do this.
The rest can all be done with JavaScript.