TD.background (Property)

A URL for an image to be loaded into the background of the table cell.

Availability:

JScript - 3.0
Internet Explorer - 4.0
Property/method value type:String primitive
JavaScript syntax:IEmyTD.background

If a background image is available, then its URL is contained in this property. Changing the value in this property will replace the background with a new one. However there may be a perceptible delay while the new image is fetched from the web server. You might be able to work around that by preloading the image and keeping a reference to it in a variable.

See also:TH.background