Go Back   Dynamic Drive Forums > DD Scripts > Dynamic Drive scripts help
Search Dynamic Drive Forums:

Reply
 
Thread Tools Search this Thread
  #1  
Old 08-06-2008, 08:09 PM
webwonder webwonder is offline
Junior Coders
 
Join Date: Aug 2008
Posts: 13
Thanks: 3
Thanked 0 Times in 0 Posts
Default Scrollable Menu Links - javascript disabled

1) Script Title: Scrollable Menu Links

2) Script URL (on DD): http://www.dynamicdrive.com/dynamici...rollerlink.htm

3) Describe problem: perfect script thanks, but if the user has javascript disabled then the menu items are not displayed and does not work - what can i do to overcome this.

thanks

nikki
Reply With Quote
  #2  
Old 08-06-2008, 08:46 PM
ddadmin's Avatar
ddadmin ddadmin is offline
Administrator
 
Join Date: Aug 2004
Posts: 7,627
Thanks: 2
Thanked 639 Times in 629 Posts
Blog Entries: 13
Default

Probably the easiest way is just to copy the contents of your menu links, and add it inside a NOSCRIPT tag on the page for non JS users to view, visible only to them:

Code:
<noscript>
<a href="http://www.dynamicdrive.com">Dynamic Drive</a> | <a href="http://www.javascriptkit.com">JavaScript Kit</a> | <a href="http://www.codingforums.com">CodingForums.com</a> | <a href="http://www.builder.com">Builder.com</a> | <a href="http://freewarejava.com">Freewarejava.com</a></nobr>
</noscript>
__________________
DD Admin
Reply With Quote
The Following User Says Thank You to ddadmin For This Useful Post:
webwonder (08-06-2008)
  #3  
Old 08-06-2008, 09:05 PM
webwonder webwonder is offline
Junior Coders
 
Join Date: Aug 2008
Posts: 13
Thanks: 3
Thanked 0 Times in 0 Posts
Default

thank you all working
Reply With Quote
Reply

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 03:04 AM.

Home - Contact Us - Archives - Link to DD - Top 

Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.