Page 1 of 1

Need help with OpenWebDesign Horizontal menu

Posted: Tue Dec 12, 2006 11:16 am
by zounars
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"

Re: Need help with OpenWebDesign Horizontal menu

Posted: Tue Dec 12, 2006 12:44 pm
by cyberman
Your page needs some styling :) ...

To the first you should insert

Code: Select all

dfn {display: none} 
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.

Re: Need help with OpenWebDesign Horizontal menu

Posted: Tue Dec 12, 2006 12:57 pm
by Dr.CSS
#menuh li
{
list-style:none;
margin:0;
padding:0;
float:left;
width:100px; /* width of all menu boxes */
}
dfn{display:none}