On the front page of a site I am building, several s use the CSS :hover pseudo-class to add a border when the mouse is over them. One of
s use the CSS :hover pseudo-class to add a border when the mouse is over them. One of
:hover
if anyone cares there is a much better way to capture focus now, $(foo).focus(...)
$(foo).focus(...)
http://api.jquery.com/focus/