Andrew Mason wrote:

Please take a look at this site: http://www.pandamouth.org/test/

I'm using a background image that I shift around to make the bullets. I'd like the active link to have a white bullet point(just like it does for a:hover), but for some reason when I assign the "active_bullet" class to the appropriate link it has no effect.

Try:

#page_header li a.active_bullet {
 background-image: url(bullet.gif);
 background-repeat: no-repeat;
 background-position: 0pt -18px;
}

My guess is that it has to do with cascading order.

Faust

______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to