But i got a problem...
I want a background image on every parrent (only top level).
Thats no problem, put it under "ul#primary-nav li a"...
But now all childs also use this background... Any idea on what to do?
I tried:
Code: Select all
ul.unli li a {
background: none;
}