123456programmer
Programmer
I have this CSS that would change the background when mouse roll-over
<TD WIDTH=101 HEIGHT=75 background="menu.gif" style="cursor: pointer;" onClick="document.location = ' onmouseover="this.background= onmouseout="this.background=' </TD>
but unfortunately the menu.gif won't load until the mouse rolls-over the image.
thanks in advance.
PS: Is there a way to do this thing but so that this would work on NetScape aswell.
<TD WIDTH=101 HEIGHT=75 background="menu.gif" style="cursor: pointer;" onClick="document.location = ' onmouseover="this.background= onmouseout="this.background=' </TD>
but unfortunately the menu.gif won't load until the mouse rolls-over the image.
thanks in advance.
PS: Is there a way to do this thing but so that this would work on NetScape aswell.