Need help with OpenWebDesign Horizontal menu

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
User avatar
zounars
Forum Members
Forum Members
Posts: 41
Joined: Tue Jun 20, 2006 11:38 am

Need help with OpenWebDesign Horizontal menu

Post 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"
http://www.lenetpourtous.com/ - Hosting and Website design
cyberman

Re: Need help with OpenWebDesign Horizontal menu

Post 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.
User avatar
Dr.CSS
Moderator
Moderator
Posts: 12711
Joined: Thu Mar 09, 2006 5:32 am

Re: Need help with OpenWebDesign Horizontal menu

Post by Dr.CSS »

#menuh li
{
list-style:none;
margin:0;
padding:0;
float:left;
width:100px; /* width of all menu boxes */
}
dfn{display:none}
Post Reply

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