fishin4snook
IS-IT--Management
How do you make the underline mouseover on a link so that when the mouse isn't over it theres no line and then when the mouse is over the link there is a line?
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
<a href="mailto:benbiddington@surf4nix.com" name="one" ;
style="text-decoration:none";
onMouseOver="document.links[0].style.textDecoration='underline'";
onMouseOut="document.links[0].style.textDecoration='none'">
benbiddington@surf4nix.com</a>