This Template use a dropdown horizontal menu. You can have menu and submenu.
This is for edit menus :
Go to 'Layout' - 'Edit HTML'
Find code <div id='menu'>, so you can find this code that you must edit :
<div id='menu'>
<ul>
<li><a class='active' href='/'>HOME</a></li>
<li><a href='#'>Menu 1</a></li>
<li><a href='#'>Menu 2</a>
<ul>
<li><a href='#'>Menu 2.1</a></li>
<li><a href='#'>Menu 2.2</a></li>
</ul></li>
<li><a href='#'>Menu 3</a>
<ul>
<li><a href='#'>Menu 3.1</a></li>
<li><a href='#'>Menu 3.2</a></li>
</ul></li>
</ul>
Let code 'HOME'. This is link to your main page. But you still can remove or edit it (just edit 'HOME')
Change '#' with your link page, and 'menu 2' or 'menu 3' with your menu name.
'Menu 2.1' change with your sub menu name.
If you dont have a sub menu, let the codes like 'Menu 1'
You can also add menus or sub menu. Just copy-paste and edit your menu.
Tuesday, April 7, 2009
Subscribe to:
Post Comments (Atom)
0 comments:
Post a Comment