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='
thanks in advance.
PS: Is there a better way of doing this roll-over action? By better I mean; that works on the most of the browsers out there.
<TD WIDTH=101 HEIGHT=75 background="menu.gif" style="cursor: pointer;" onClick="document.location = ' onmouseover="this.background= onmouseout="this.background='
thanks in advance.
PS: Is there a better way of doing this roll-over action? By better I mean; that works on the most of the browsers out there.