+
2 Image Values: the type |
css-image-fallbacks-and-annotations |
= |
|
CSS Image Fallbacks and Annotations: the 'image()' notation
- When the image doesn't load, the background color is still there to ensure that the white text is readable.
|
css-image-fallbacks-and-annotations002 |
= |
|
CSS Image Fallbacks and Annotations: the 'image()' notation
- The 'image()' function load the image.
|
css-image-fallbacks-and-annotations003 |
= |
|
CSS Image Fallbacks and Annotations: the 'image()' notation
- The rule below would tell the UA to load The first file if it can; failing that to load The second file; failing that to display The third file.
|
css-image-fallbacks-and-annotations004 |
= |
|
CSS Image Fallbacks and Annotations: the 'image()' notation
- The rule below would tell the UA to load The first file if it can; failing that to load The second file.
|
css-image-fallbacks-and-annotations005 |
= |
|
CSS Image Fallbacks and Annotations: the 'image()' notation
- The 'image()' function specifies only a color without any URLs, the function immediately falls back to representing a solid-color image of the chosen color.
|