So, what do folk recommend for menu creation on web sites?
I usually use javascript tree style menus but the recent article on CSS has me thinking that this might be a better option.
One problem with Javascript, I believe, is that the user has to enable javascript use on their machines.
On the other hand CSS is only usable on fairly recent versions of browsers.
Is that a fair summary?
What do people think?