|
|||||||
![]() |
|
|
Thread Tools | Search this Thread |
|
#1
|
|||
|
|||
|
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 |
|
#2
|
||||
|
||||
|
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 |
| The Following User Says Thank You to ddadmin For This Useful Post: | ||
webwonder (08-06-2008) | ||
|
#3
|
|||
|
|||
|
thank you all working
|
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
|
|