Page 1 of 1

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

Posted: Fri Jun 15, 2007 3:34 pm
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 !!!

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

Posted: Fri Jun 15, 2007 4:30 pm
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