Can anyone help please...
I have created a simple rollover function, but it does not work with Netscape. The code for the rollover is:
function hitMe(myText){
var myText = myText;
var blackpix = "/images/black.gif";
document.images[myText].src = blackpix;
}
function...
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.