Hi,
I have a table with background image.I have 4 cells within the table.Onmouseover, I want to change the background of the cell to a solid color, which works fine (ONMOUSEOVER=
"this.style.backgroundColor='cfcfcf';").But the problem is the onmouseout event.I want to be able to retain the existing background image of the table when I mouse out.How can I do this?
Thanks
I have a table with background image.I have 4 cells within the table.Onmouseover, I want to change the background of the cell to a solid color, which works fine (ONMOUSEOVER=
"this.style.backgroundColor='cfcfcf';").But the problem is the onmouseout event.I want to be able to retain the existing background image of the table when I mouse out.How can I do this?
Thanks