menu template structure

For discussion and questions related to CMS Specific templates and stylesheets (CSS), and themes. or layout issues. This is not a place for generic "I don't know CSS issues"
Post Reply
Steff
Forum Members
Forum Members
Posts: 13
Joined: Wed Feb 07, 2007 6:17 am

menu template structure

Post by Steff »

hi all

i've a problem with menu templateing. i shoud have a template whitch creates the following html structure.

Code: Select all

<div id="menu">
  <ul>
    <li><a href="/">Home</a></li>
  </ul>
  <ul>
    <li><a href="http://mypage.com/index.php?page=item1">Item 1</a></li>
  </ul>
  <ul>
    <li><a href="http://mypage.com/index.php?page=item1">Item 2</a>
      <ul>
        <li><a href="http://mypage.com/index.php?php=subitem1">SubItem 2.1</a></li>
        <li><a href="http://mypage.com/index.php?php=subitem2">SubItem 2.2</a></li>
        <li><a href="http://mypage.com/index.php?php=subitem3">SubItem 2.3</a>
          <ul>
            <li><a href="http://mypage.com/index.php?page=subchild1">SubChild 2.3.1</a></li>
            <li><a href="http://mypage.com/index.php?page=subchild2">SubChild 2.3.2</a></li>
          </ul>
        </li>
      </ul>
    </li>
  </ul>
</div>
could some one please tell me how to do this? or does some one make a template for me?

thx a lot

peak
Steff
Forum Members
Forum Members
Posts: 13
Joined: Wed Feb 07, 2007 6:17 am

Re: menu template structure

Post by Steff »

i solved the problem. i forgot to upload the htc file. now it works perfectly...

thx to tsw and ted for their support on irc.
Post Reply

Return to “Layout and Design (CSS & HTML)”