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
Have you thought about using mouseOver and mouseOut to simulate this. Also look into mouseEnter and mouseLeave