Results 1 to 3 of 3

Thread: Simple Tree menu images

  1. #1
    Join Date
    May 2007
    Location
    Netherlands
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Exclamation Simple Tree menu images

    Hi,

    I've used the Javascript - script for simpletreemenu. (http://www.dynamicdrive.com/dynamicindex1/navigate1.htm)
    I only exchanged the (folder)images to my own. ('+' and '-')

    Why do these images not load when I open my page (or at least I don't see them), but only after I've expanded a tree item..? (Or when I expand and collapse the entire tree)


    Regards, Jox.
    Last edited by Joxer_1; 05-22-2007 at 12:56 PM.

  2. #2
    Join Date
    May 2007
    Location
    USA
    Posts
    373
    Thanks
    2
    Thanked 4 Times in 4 Posts

    Default

    Open the css file and change the image file names there too.
    Code:
    .treeview li.submenu{ /* Style for LI that contains sub lists (other ULs). */
    background: white url(closed.gif) no-repeat left 1px;
    cursor: hand !important;
    cursor: pointer !important;
    }
    And for the others too.

  3. #3
    Join Date
    May 2007
    Location
    Netherlands
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Thumbs up Simple tree menu images

    Hi!

    That was exactly what I was looking for!
    Thanks for the great help!

    Jox.

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
  •