Laura87
04-13-2003, 09:14 PM
I copied one of the codes from Dynamic Drive DHTML here (http://www.dynamicdrive.com/dynamicindex1/navigate1.htm) to put on my website. But I can't seem to position the folding tree menu (what I got from Dynamic) in the right place, i.e. farther to the right. I may just be using the image and text spacing codes wrong, but I can't seem to get those to affect the folding menu.
Here's part of my HTML codes including the beginning part of the tree menu without any of the spacing codes I tried to get to work:
<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br></font>
<font face="tahoma" color="000000" size="2">
<ul>
<li id="foldheader">Writing and Art</li>
<ul id="foldinglist" style="display:none" style=&{head};>
<li><a href="http://freckled.ds4a.com/poetry.html" target="inlineframe2">Poetry</a></li>
<li><a href="http://freckled.ds4a.com/fanfiction.html" target="inlineframe2">Fanfiction</a></li>
<li><a href="http://www.freckled.ds4a.com/papers.html" target="inlineframe2">Papers</a></li>
<li><a href="http://freckled.ds4a.com/art.html" target="inlineframe2">Fanart</a></li>
<li><a href="http://freckled.ds4a.com/original.html" target="inlineframe2">Original</a></li>
</ul>
Any help?
Here's part of my HTML codes including the beginning part of the tree menu without any of the spacing codes I tried to get to work:
<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br></font>
<font face="tahoma" color="000000" size="2">
<ul>
<li id="foldheader">Writing and Art</li>
<ul id="foldinglist" style="display:none" style=&{head};>
<li><a href="http://freckled.ds4a.com/poetry.html" target="inlineframe2">Poetry</a></li>
<li><a href="http://freckled.ds4a.com/fanfiction.html" target="inlineframe2">Fanfiction</a></li>
<li><a href="http://www.freckled.ds4a.com/papers.html" target="inlineframe2">Papers</a></li>
<li><a href="http://freckled.ds4a.com/art.html" target="inlineframe2">Fanart</a></li>
<li><a href="http://freckled.ds4a.com/original.html" target="inlineframe2">Original</a></li>
</ul>
Any help?