just thought i'd add my $0.02;

the optimal psuedoclass order in your style sheet is; 

:link  
:visited
:focus
:hover
:active. 

LoVe..focus...HAte. L for Link, V for visited etc. 
I think there's some division as to whether focus belongs in the
middle, or somewhere else. I put it in the middle.

another cool thing is combining pseudo-classes in selectors. You dont
see it often (i imagine because of poor browser support) but you can
do this;

a:focus:hover. This means any anchor that has focus, and is has mouse hover.
______________________________________________________________________
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