ChrisRChamberlain
Programmer
Beginner type question(s) coming up ![[smile] [smile] [smile]](/data/assets/smilies/smile.gif)
The following code is from a tree type menu
<ul>
<li id="foldheader">News</li>
<ul id="foldinglist" style="display:none" style=&{head};>
<li><a href=" <li><a href=" News</a></li>
<li><a href=" News</a></li>
</ul>
<li id="foldheader">Webmaster</li>
<ul id="foldinglist" style="display:none" style=&{head};>
<li><a href=" Drive</a></li>
<li><a href=" Kit</a></li>
<li><a href=" </ul>
<li id="foldheader">Nested Example</li>
<ul id="foldinglist" style="display:none" style=&{head};>
<li><a href=" 1</a></li>
<li><a href=" 2</a></li>
<li id="foldheader">Nested</li>
<ul id="foldinglist" style="display:none" style=&{head};>
<li><a href=" 1</a></li>
<li><a href=" 2</a></li>
</ul>
<li><a href=" 3</a></li>
<li><a href=" 4</a></li>
</ul>
</ul>
What needs to be modified to get the menu to start on the left hand side and not be indented?
If you take out the first <ul> </ul> tags it positions it correctly but the individual lists then have a gap at the top before the sublist begins.
Having resolved that, how do you get text, pictures etc to be positioned to the right of the menu?
Thanks in anticipation HTH
Chris![[pc2] [pc2] [pc2]](/data/assets/smilies/pc2.gif)
![[smile] [smile] [smile]](/data/assets/smilies/smile.gif)
The following code is from a tree type menu
<ul>
<li id="foldheader">News</li>
<ul id="foldinglist" style="display:none" style=&{head};>
<li><a href=" <li><a href=" News</a></li>
<li><a href=" News</a></li>
</ul>
<li id="foldheader">Webmaster</li>
<ul id="foldinglist" style="display:none" style=&{head};>
<li><a href=" Drive</a></li>
<li><a href=" Kit</a></li>
<li><a href=" </ul>
<li id="foldheader">Nested Example</li>
<ul id="foldinglist" style="display:none" style=&{head};>
<li><a href=" 1</a></li>
<li><a href=" 2</a></li>
<li id="foldheader">Nested</li>
<ul id="foldinglist" style="display:none" style=&{head};>
<li><a href=" 1</a></li>
<li><a href=" 2</a></li>
</ul>
<li><a href=" 3</a></li>
<li><a href=" 4</a></li>
</ul>
</ul>
What needs to be modified to get the menu to start on the left hand side and not be indented?
If you take out the first <ul> </ul> tags it positions it correctly but the individual lists then have a gap at the top before the sublist begins.
Having resolved that, how do you get text, pictures etc to be positioned to the right of the menu?
Thanks in anticipation HTH
Chris
![[pc2] [pc2] [pc2]](/data/assets/smilies/pc2.gif)