Page 2 of 2 FirstFirst 12
Results 11 to 14 of 14

Thread: Smart Folding Menu Tree Script

  1. #11
    Join Date
    May 2006
    Posts
    8
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Smart Folding Menu Tree Script

    Ok, its up at http://freespiritmercantile.com/test.html
    I can't seem to get the first line to work correctly and it should be simple as that section is a straight substitution of the link.

  2. #12
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    Why do you have so many foldingheaders with nothing to expand?
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

  3. #13
    Join Date
    May 2006
    Posts
    8
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Smart Folding Menu Tree Script

    "Why do you have so many foldingheaders with nothing to expand?"

    From what I saw in the demo if you want something indented, you need a foldingheader. If thats not correct, what needs done to get a topic indented?

  4. #14
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    That is true but, If they are not headers, they cannot have that id because, if clicked, they will look for content to expand/contract. Another class with the same style would need to be made for items like that:

    Code:
    <style>
    <!--
    #foldheader, .listless {cursor:pointer;cursor:hand ; font-weight:bold ;
    list-style-image:url(fold.gif)}
    #foldinglist{list-style-image:url(list.gif)}
    //-->
    </style>
    Then you could have, for example:

    HTML Code:
    <li class="listless">Motorcycle</li>
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

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
  •