Click to See Complete Forum and Search --> : Mouse over


mili
04-20-2003, 06:55 PM
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

mili
04-20-2003, 07:54 PM
Thanks Dave!

You are the best! I wasnt aware that I could use 'transparent' in place of a hex color.

Many Thanks again