| backgroundImage This property is used to set or change the URL of the background image to be used. Setting a backgroundCOlor will display that color if the image is not availabe. The URL may be a relative URL or a fully qualified domain name (FQDN). syntax: document.all.elementID.style.backgroundImage = "URL" This Property is used to access attributes of the following: style tags
|