Go with suckerfish or related menu system. Because the links are part of
the HTML search engines will pick them up. What you have right now has
the links hard-coded inside an external javascript file which won't be
picked up by search engines.

Also with suckerfish the javascript reliance is minimal (only to allow
dropdowns for IE6 and earlier). The rest is implemented using CSS. If an
IE6 user doesn't have javascript enable they will at least see the
top-level of the menu, whereas the pure javascript menus you use now
result in no menu at all.

Browsers that don't support CSS at all will simply see an unordered
list. Better than nothing? That's for you to decide.

I'll shamelessly plug my own menu system based on suckerfish, but
updated to include IE/Mac support and does some of the work regarding
alignment and dropdown positions for you. You can check it out at
http://webhost.bridgew.edu/etribou/layouts/rMenu/

--
Eric Tribou
Web Developer
Bridgewater State College
http://www.bridgew.edu   

> -----Original Message-----
> From: [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED] On Behalf Of 
> Vickie Comrie
> Sent: Wednesday, February 07, 2007 2:53 PM
> To: css-d@lists.css-discuss.org
> Subject: [css-d] First time poster... looking for graceful 
> way to displayhuge <noscript> menu list
> 
> Hi:
> I have a fancy-dancy javascript-based list menu that I'd like 
> to use, and I'm aware that a certain number of people have 
> javascript turned off and that SEO doesn't read javascript, 
> so I'm looking for a graceful way to put a <noscript> menu up 
> there for those circumstances;
> 
> http://indiconv.com/aamt/mentorburg.html
> 
> If you turn your javascript on and off you can see what I'm 
> talking about.  Is there another way to do this besides 
> <noscript>?  I initially had a suckerfish dropdown menu, but 
> that uses javascript too.  My problem is that the number of 
> links is too long to fit into the browser with a normal list. 
>  Any ideas?
> 
> TIA,
> 
> VR
> ______________________________________________________________________
> css-discuss [EMAIL PROTECTED] 
> http://www.css-discuss.org/mailman/listinfo/css-d
> IE7 information -- http://css-discuss.incutio.com/?page=IE7
> List wiki/FAQ -- http://css-discuss.incutio.com/ Supported by 
> evolt.org -- http://www.evolt.org/help_support_evolt/
> 
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to