Closed (won't fix)
Project:
Cufón
Version:
6.x-1.0-beta4
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
28 Jul 2010 at 15:16 UTC
Updated:
9 Aug 2012 at 11:29 UTC
Hello,
First of all thank you for the nice module.
I am using Cufon for styling my navigation (menus)
For example I have the following structure:
- Home
- Projects
\--- Project one
\--- Project two
\--- Project three
- Events
- Contact
I am using the standard Drupal menu block and "Project" menu item is always expanded.
I would like to be able to style parent menu items (Home, projects, events and contact) only and exclude all the children items (Project one, Project two, etc.) from styling.
I have tried using "not" in my selector but still no luck:
#navigation #block-menu-menu-main-navigation ul li:not('.expanded ul')
I was wondering if someone can help me on this?
Many thanks
Comments
Comment #1
blackice2999 commentedHi,
why you dont use the > selector.
#block-menu-menu-main-navigation > ul
best regards
Comment #2
WoozyDuck commentedHello
Thank you for your reply but that didn't work
I have to use "not" statement for this to work
but don't know how to sort it out
Comment #3
troky commentedToo old. Closing.