CSSMenu - Vert AND CSSMenu - Hori on the same page and styled differently ?

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"
Locked
ironblaze94

CSSMenu - Vert AND CSSMenu - Hori on the same page and styled differently ?

Post by ironblaze94 »

My problem is i need to use a modified version of the CSSMenu - Vertical and a modified version of CSSMenu - Horizontal each with their own menu items (i can do that part)

But when both stylesheets are linked to the same page, the horizontal menu styles correctly but the vertically menu takes on the style of the horizontal menu.

Is there anyway way to say this menu uses that style and that menu uses this style?

Thanks alot !!!
KO
Power Poster
Power Poster
Posts: 562
Joined: Mon Nov 06, 2006 7:55 pm

Re: CSSMenu - Vert AND CSSMenu - Hori on the same page and styled differently ?

Post by KO »

If you have different id's for Menu you could use those to make separate stylesheet fot both menu's. Just use ul#menuid {your styles}, ul#menuid li {yourstyles} ul#menuid li a {yourstyles} etc. If you dont' have different id's for you could use that is different and then div#yourid ul {yourstyles} div#yourid ul li {yourstyles} etc.

Just use normal way of stylesheet to style them. Hope this helps.

Br, K
Locked

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