Hello,
thank you agiain for reading this thread.
I am explaining the problem. Please visit the page at the following address:
http://userwww.sfsu.edu/~iamhappy/Templates/page1.htm
and then, please, visit this page:
http://userwww.sfsu.edu/~iamhappy/Templates1/page1.htm
At the first Demo, I tried to modify the css file as follows, as you have suggested:
.treeview ul{ /*CSS for Simple Tree Menu*/
margin: 0;
padding: 0;
}
.treeview li li{ /*Style for LI elements in general (excludes an LI that contains sub lists)*/
background: url(flower-dot.png) left 2px;
background-repeat:no-repeat;
list-style-type: none;
padding-left: 18px;
margin-bottom: 3px;
}
.treeview li.submenu{ /* Style for LI that contains sub lists (other ULs). */
background: url(closed.gif) left 1px;
background-repeat:no-repeat;
cursor: hand;
}
.treeview li.submenu ul{ /*Style for ULs that are children of LIs (submenu) */
display: none; /*Hide them by default. Don't delete. */
}
.treeview .submenu ul li{ /*Style for LIs of ULs that are children of LIs (submenu) */
cursor: hand;
}
.....and as you can see, the word "Folder 1" is at top of the image of Folder. So, the words and the images get overlapped.
So, I need to indent the image also so that the text were not goes at top of the image.
Please help me so that I can move the whole menu toward left as much as possible ( so that it can have less indentation) with the images ( openfolder image, closefolder image, and arrow image).
Please help. Thank you.

Bookmarks