Peter Coates wrote:
> I like this.  Hut shouldn't the expansion also work when the menu item is
> selected by keyboard?  I tried adding
> #navigation li a:active {
>       -webkit-transform: scale(1.5); 
>       -moz-transform: scale(1.5);
>       -o-transform: scale(1.5);
>       }
>
> But it did not have the effect I expected.  Why not?
>
> Peter
>   






?


#navigation li a:hover,
#navigation li a:active,
#navigation li a:focus {
color: red;
-webkit-transform: scale(1.5);
-moz-transform: scale(1.5);
-o-transform: scale(1.5);
}

Best,
~d




-- 
desktop
http://chelseacreekstudio.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/

Reply via email to