#block-uc_catalog-0 a.active {
     background-color:#69F;
}

won't change a thing.

#block-uc_catalog-0 li a.active {
     background-color:#69F;
}

did the trick!

Thanks everyone.

On 21-7-2010 17:32, Tim Arnold wrote:
> On Wed, Jul 21, 2010 at 11:29 AM, Thijs Hakkenberg<th...@hakkenberg.com>wrote:
>
>>   True, I was double mistaken.
>> The class is .active: http://winkel.varkensinnood.nl/catalog/2
>> so it should be .active after all.
>> However, both
>> #block-uc_catalog-0 a .active {
>>       background-color:#69F;
>> }
>> as
>> #block-uc_catalog-0 li a .active {
>>      background-color:#69F;
>> }
>>
>> won't work...
>>
>> Back to my original reply.  You have a space between the "a" and ".active"
> that you need to get rid of.  "a.active" good, "a .active" bad.
>
> -----------------------------------------
> tim.arn...@gmail.com
> ______________________________________________________________________
> css-discuss [cs...@lists.css-discuss.org]
> http://www.css-discuss.org/mailman/listinfo/css-d
> List wiki/FAQ -- http://css-discuss.incutio.com/
> List policies -- http://css-discuss.org/policies.html
> Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
>

______________________________________________________________________
css-discuss [cs...@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to