I am wondering if there is a way to hook to this css rule that is constantly changing:
accordion-menu-215-1-container .level1 dt .
Every time a new instance of this menu is made the number increments by 1 to 216 etc.
I researched the contains() selector on this site only to find that it is deprecated. Would I need to use LESS or even JS to approach this? I apologize if this a noob question and appreciate anyones help. Thanks,
Hello all,
I am wondering if there is a way to hook to this css rule that is constantly changing:
accordion-menu-215-1-container .level1 dt .
Every time a new instance of this menu is made the number increments by 1 to 216 etc.
I researched the contains() selector on this site only to find that it is deprecated. Would I need to use LESS or even JS to approach this? I apologize if this a noob question and appreciate anyones help. Thanks,
Craig
CSS attribute selectors to the rescue:
Reference: http://coding.smashingmagazine.com/2009/08/17/taming-advanced-css-selectors/
josh - you are the man. Thanks a lot .
Anytime. :)