You can't do a simple hover for say a td or a hr. You can use javascript, though. You can do this:
<td bgcolor="orange" onMouseOver="this.background='blue';" onMouseOut="this.background='orange';"></td>
Or if you don't want to use javascript and it's for text, you can do this:
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.