> 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?


I've updated my example with :focus and :active. I also tossed in an
Easter Egg...

For browsers that don't support the transform, I added some good old
color to the link text. Ideally I'd change the icon color as well, but
I'm not a graphics person.

Tim
______________________________________________________________________
css-discuss [[email protected]]
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