Internet Explorer 4.0 supports the CSS Background Property on all elements.
This page is just a teaser until we finish the help sections. You will be able to disinguish the help links by the help cursor. This page and this entire section are not yet complete.
Defines the URL to the image. The URL is specified in the following format:
background-image: URL(/mypage.jpg);
Values: repeat | repeat-x | repeat-y | no-repeat
Default: repeat
Defines if and the direction the background image is repeated. The default value, repeat, repeats the image in both directions.
Values: scroll | fixed
Default: scroll
Defines whether the background image scrolls with the page. Fixed background images appear as a watermark as the page scrolls.
Values: <LENGTH> | left | center | right | || <LENGTH> | top | center | bottom
Default: left top
Defines the position of the image relative to its containing element.