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
Ziggy
New Member
New Member
Posts: 7
Joined: Fri Aug 06, 2010 11:14 pm

Horizontal menu

Post by Ziggy »

Hello. How to create a horizontal menu ? I used {menu} and then I added ul li{display: inline;} in CSS. Why it doesn't work ? It's still like block ;/
Cherry

Re: Horizontal menu

Post by Cherry »

You probably still have to add a stylesheet to your template.
Go to templates click on the css button of your template and from the list of stylesheets to add chose a horizontal one.

(Maybe a link to your page would help us to help you)

Cheers
Cherry
Ziggy
New Member
New Member
Posts: 7
Joined: Fri Aug 06, 2010 11:14 pm

Re: Horizontal menu

Post by Ziggy »

I added "Navigation: Simple - Horizontal" to my template and it doesn't work ;/

Sorry, but this site is on my hard disk ;/
User avatar
Dr.CSS
Moderator
Moderator
Posts: 12711
Joined: Thu Mar 09, 2006 5:32 am

Re: Horizontal menu

Post by Dr.CSS »

That style sheet is the right one but it depends on the {menu} tag being in a div with the ID of menu_horiz, if you look at the style sheet you will see div#menu_horiz so if you don't have that div id='menu_horiz' it won't work...
Post Reply

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