Results 1 to 2 of 2

Thread: Help Smart Folding Menu Tree Script IE script

  1. #1
    Join Date
    Dec 2004
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Help Smart Folding Menu Tree Script IE script

    script: Smart Folding Menu Tree Script IE
    http://www.dynamicdrive.com/dynamicindex1/navigate1.htm

    i have been playing around with one of the script i found here which is
    Menus and navigation systems / Smart Folding Menu Tree Script IE.

    But i was just puzzle is there anyway i could have my cursor as the "I" when i go across the inner menu. I try taking away the <a> tag but it will still appear as a cursor "hand" image.

    Can anyone help??

    thanks

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

    Default

    Not sure why you would want this, but you can change the cursor for the submenu items to a "I" by replacing the style sheet near the top of the head with:

    <style>
    <!--
    #foldheader{cursor:pointer;cursor:hand ; font-weight:bold ;
    list-style-image:url(fold.gif)}
    #foldinglist{list-style-image:url(list.gif); cursor: text}
    #foldinglist a{list-style-image:url(list.gif); cursor: text}
    //-->
    </style>

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
  •