3.3 Image Sources: the ‘background-image’ property

Chapter 3 - Backgrounds - 3.3 Image Sources: the ‘background-image’ property

Go to the relevant page of the specification.

background-image-001
CSS Backgrounds: background-image div
Test checks that background-image displays raster image for div background.
background-image-002
CSS Backgrounds: background-image layered background on div
Test checks that background-image displays layerd images in the correct order for div background.
background-image-003
CSS Backgrounds: background-image
Test checks that background-image displays raster image for
tag.
background-image-004
CSS Backgrounds: background-image layered images
Test checks that background-image displays multiple images in correct order on
tag.
background-image-005
CSS Backgrounds: background-image p tag
Test checks that background-image displays raster image for p tag.
background-image-006
CSS Backgrounds: background-image p layered images
Test checks that background-image displays multiple images in correct order on p tag.
background-image-007
CSS Backgrounds: background-image :first-letter layered images
Test checks that background-image displays multiple images in correct order on :first-letter selector.
background-image-first-letter (ahem, image)
background-image applicability to ::first-letter
background-image applicability to ::first-letter
none-as-image-layer
None counts as an image layer
'Background-image: none' counts as an image layer but draws nothing.
order-of-images
Order of images
Background images are listed in order, with the first image being rendered on top of all the other images, and so on.
background-006 (image)
Background with (color image)
Background with (color image) sets the background of the element to the color specified (not shown) and places the image in its initial position.