
1) Add this code to the end of your Custom CSS http://multiply.com/setup/pages/upload-css to disable the default menu:
#subnav { display:none; }
2) copy the subnavc and subnav sections in your Custom CSS http://multiply.com/setup/pages/upload-css and paste them in the end, replacing their names with pmenuc and pmenu (if your Custom CSS code does not have these sections, maybe you will have to look at the CSS code for the base theme you chose).
For example:
div#pmenuc {
width: auto;
}
div#pmenu {
padding: 1px 0 0 20px;
border: none;
background: none;
height: auto;
}
3) Add this code to Your Page Title (you can go to your main page and click on Customize My Site link and then click on Edit in your Page Title) :
CODE:
<div id='pmenuc'><div id='pmenu'><div class='topt'><a class='topt' href='/'>Home</a><a class='topt' href='/journal'>Blog</a><a class='topt' href='/photos'>Photos</a><a class='topt' href='/video'>Video</a><a class='topt' href='/music'>Music</a><a class='topt' href='/calendar'>Calendar</a><a class='topt' href='/reviews'>Reviews</a><a class='topt' href='/links'>Links</a></div><br clear='left'><div style='height: 0px;'><!-- --></div></div></div>
PS: make sure it all goes in one line, with no line breaks.
If you have other sections than the above, just change to code to reflect your actual site sections. If you want to translate or change the names in the menu, just replace the words in BOLD with the ones you want. You can add other items before </div><br clear='left'>. For example, if you want to add a link to a Tagged box that you've created with the tag 'recipes' (hint, hint...
),
add this:
<a class='topt' href='/tag/recipes'>Recipes</a>
Easy, isn't it? Of course, you may want to adjust the pmenu and/or pmenu blocks in your CSS to fit your needs. You can even use images to create your own menu. Enjoy!
Last edited by taurus1983 (2008-03-06 11:11:40)

-Offline- |

nice trickz.

thanks for sharing
Last edited by blurrycloud (2008-03-05 03:48:01)