Hi,
This is about the calendar ( daily archives ) widget. ( when you clic a specific date, it will show a "Daily archive page" with 1 or 2 posts )
When posts will be created in 2011, I will want to target the Tab "Ultreia 2011 ( menu-item-785 )
This work's now :
.daily .menu-item-776 a {background:#FFFFFF;}
.daily.juin_02_2010 .menu-item-776 a {background:#FFFFFF;}
But I need to be more specific ( .daily + a selector + menu-item-X ) for that to work for 2 different category/Class.
This is not working :
.daily.category-ultreia-2010 .menu-item-776 a {background:#FFFFFF;}
or any of these :
.tag-ultreia-2010-2
.tag_ultreia-2010-2
.cat_ultreia-2010
.category-ultreia-2010
.postultreia2010
So, why cant I use an existing Class's to target my "nav Tab" ?
Pierre