> Today I read an article on seo. It stated that
searchengines have great
> difficulty with finding/indexing sites with JavaScript
>
navigation[/unavigation].
The issue isn't javascript menus in general, but the menus
that embed the
actual URLs into the javascript.
> It also recommended to use CSS instead, if you
> want to create nice menues.
What kind of menu are we talking about? If it's a flat,
static menu, then
CSS is great. You can even do rollover effects with it.
If you need fly-out menus, then CSS + Javascript is typically
the best
option. Project VII has several to choose from that are
quite nice.
-Darrel