![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
|
There is a property for bgColor, but not one for backgroundImage. What I want to do is change the table cell's background image when "onmouseover" fires. |
#2
| |||
| |||
|
| MyndPhlyp wrote: There is a property for bgColor, but not one for backgroundImage. What I want to do is change the table cell's background image when "onmouseover" fires. Script the CSS inline style of the element td onmouseover="if (this.style) this.style.backgroundImage = 'url(whatever.gif)';" |
#3
| |||
| |||
|
| MyndPhlyp wrote: There is a property for bgColor, but not one for backgroundImage. What I want to do is change the table cell's background image when "onmouseover" fires. Script the CSS inline style of the element td onmouseover="if (this.style) this.style.backgroundImage = 'url(whatever.gif)';" |
![]() |
| Thread Tools | |
| Display Modes | |
| |