corpsinhere
Technical User
I am having trouble getting MouseOvers to work in NN either with styles or with in-line JavaScript. These code snippets work fine in IE but nadda in NN (obviously they do dif things but neither works at all in NN):
Thanks for any help!
Code:
<a href="stone.html" onMouseOver="document.kitty.src='smallwinkkitty.gif'">Stone Roberts</a>
OR
<style type="text/css">
<!--
a:link {color:yellow;background:black;text-decoration:none;}
a:visited {color:yellow;background:black;text-decoration:none;}
a:hover {color:black;background:yellow;text-decoration:none;}
-->
</style>
Thanks for any help!