I'm using a template found on OpenWebDesign: (earthy) http://www.openwebdesign.org/viewdesign ... esigns.php .
As you can see, the horizontal menu became vertical. I insert the tag {menu} in the template.
I think I'm doing a mistake or I'm missing an important step somewhere. Could you please indicate the correction I have to make.
Thank you for your usual support.
Link: http://mon-travail.imperiale.org/
CMS Made Simple 1.0.2 "Maui"
Need help with OpenWebDesign Horizontal menu
Need help with OpenWebDesign Horizontal menu
http://www.lenetpourtous.com/ - Hosting and Website design
Re: Need help with OpenWebDesign Horizontal menu
Your page needs some styling
...
To the first you should insert
to your stylesheet (hide menu numbers).
Then you should change your menu manager template. The main links (original) have a class top_parent, yours not.

To the first you should insert
Code: Select all
dfn {display: none}
Then you should change your menu manager template. The main links (original) have a class top_parent, yours not.
Re: Need help with OpenWebDesign Horizontal menu
#menuh li
{
list-style:none;
margin:0;
padding:0;
float:left;
width:100px; /* width of all menu boxes */
}
dfn{display:none}
{
list-style:none;
margin:0;
padding:0;
float:left;
width:100px; /* width of all menu boxes */
}
dfn{display:none}