News

Log In Sponsors
Partner Sites

Re: Make other things happen on hover?



[code:1tpmbw8m]<script type="text/javascript"> function change() { document.getElementById('link1').style.color = "red"; document.getElementById('image1').style.display = "block"; } </script> <a href="#" onMouseOver="javascript:change();">Hover over me :)</a><br><br> <a href="#" id="link1" style="color: green">green link?</a><br> <img src="http://www.modernlifeisrubbish.co.uk/images/illustrations/google-as-a-giant-robot.jpg" id="image1" style="display: none" width=500>[/code:1tpmbw8m] Hope that helps, Flabby Rabbit

Click here to read the whole forum topic