Layer-background-image
Grammar:
Layer-background-image:none | URL (URL)
Parameters:
None: No background map
URL: Specify a background image with an absolute or relative address
Description
Sets or retrieves the background image for the entire area of an object.
Example:
code {position:absolute; top:100px; left:300px; width:200px; border:thin solid black; Background-image:url ("COMET.J PG "); Layer-background-image:url ("bb_comet.jpg"); }
What is the difference between background-image and layer-background-image for setting layers with CSS styles?
The former is the style of the standard, the latter is only Netscape browser's own special wording, proposed to the standard.
Background-image for the entire Web page.
A layer is set up in the Web page. such as a floating block (not a window) then the background is layer-background-image.
Tell the truth the difference is not big, suggest you use background-image don't use Layer-background-image
It's not much of a big use
Layer-background-image below IE6 contains (IE6) not supported!