BostonChowder
Technical User
I have a table set up with a background image. When the mouse goes over a cell it changes color and when the mouse goes out the image peeks out again, but only in IE. Netscape changes the color on mouseover, but I can't get it to revert on mouse out.
Oh, I also put in the javascript to make the whole block clickable for the link. That way the user does not need to click the text in case he/she is confused about the mouseover effect.
Here is what is in the table cell tag.
onclick=document.location.href="index.shtml"
onmouseover="this.style.background='#336699'"
onmouseout="this.style.background=''">
Any suggestions?
Oh, I also put in the javascript to make the whole block clickable for the link. That way the user does not need to click the text in case he/she is confused about the mouseover effect.
Here is what is in the table cell tag.
onclick=document.location.href="index.shtml"
onmouseover="this.style.background='#336699'"
onmouseout="this.style.background=''">
Any suggestions?