RE: search engine page rank
"Ben Noblet" <[email protected]>
| Newsgroups | gmane.comp.cms.cms-forum.general |
|---|---|
| Message-ID | <[email protected]> |
> Those dynamic menus also aren't cross-browser compatible. > But anyway, > on the subject dynamic menus, a way to handle this issue is to use > Javascript that reads the page and transforms it. So you might have > something like: > > <ul id="nav_menu"> > <li> <a href="/about.html">About us</a> > <li> <a href="/whatever.html">Whatever and Ever</a> > <li> blah blah > </ul> Yeah they are nasty... That was an old site from long ago. We now do it with CSS as you suggested. Thanks for the tip though.