Setting Background properties
The Background set of the CSS Inspector lets you set a background image in the block generated by a style. Some of the properties in this set are not consistently supported across browsers and platforms. For information on the CSS block model, see Setting Block properties.
To edit the background properties of a style: - Select a style in the CSS Editor and click the Background Image and List Properties set
. - Select the Image option, and then reference an image file to set a background image.
- To tile the background image horizontally, vertically, or in both directions, choose an option from the Repeat pop-up menu.
- Repeat tiles the image both horizontally and vertically.
- Repeat x tiles the image horizontally.
- Repeat y tiles the image vertically.
- Once disables tiling--that is, the image does not repeat.
- To set a background to scroll or not scroll with other elements on the page, choose an option from the Attach pop-up menu:
- Scroll makes the image scroll.
- Fixed prevents the image from scrolling.
- To set the position of the image within the style item block, choose any of the Left, Center, Right, or Top, Center, Bottom keyword options from the Top and Left Units menu. Or choose a length unit or a percentage, and enter a number in the Top and Left text boxes.
|