Results 1 to 3 of 3

Thread: Scrollable Menu Links - javascript disabled

  1. #1
    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

  2. #2
    Join Date
    Aug 2004
    Posts
    10,143
    Thanks
    3
    Thanked 1,008 Times in 993 Posts
    Blog Entries
    16

    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

  3. The Following User Says Thank You to ddadmin For This Useful Post:

    webwonder (08-06-2008)

  4. #3
    Join Date
    Aug 2008
    Posts
    13
    Thanks
    3
    Thanked 0 Times in 0 Posts

    Default

    thank you all working

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •