![]() | |
![]() |
| | Thread Tools | Display Modes |
#11
| |||
| |||
|
|
Gus Richter wrote: skeeterbug wrote: http://www.geocities.com/operationsengineer1/ Actually, this is all that is needed: #hmenu a.blueback {... Perhaps someone can explain the /reason/ as to why these don't work: a.blueback {... li a.blueback {... ul li a.blueback {... #hmenu has higher specificity than the more generic selectors, so the existing rule #hmenu li a {background: url(hmenu.gif) #fff bottom left repeat-x;...} takes precedence. As an override, I would suggest #hmenu li a.blueback {...} and put it right after the first rule, mostly because it may make it easier to read/follow, and subsequently easier to maintain. -- Reply email address is a bottomless spam bucket. Please reply to the group so everyone can share. |
![]() |
| Thread Tools | |
| Display Modes | |
| |