Hi,
I am not sure how to change the text's color (href link) to red during the mouseover event. here is an example:
<html>
<title> SOLUTIONS Metrics Help</title>
<head>
</head>
<body>
<script LANGUAGE="vbscript">
sub displaymsg
end sub
</script>
<ol>
<li><a onmouseover="displaymsg()" href="AdjAPL.htm" target=adjapl><b>Adjusted APL</a></li>
<li> <a href="AplDemoH.htm" target=apldemo>APL Demographics</a></li>
</ol>
</body>
</html>
I would like to the href in bold or different color or/and may be bigger size font during the mouseover event.
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.