Home → References → CSS Properties →
CSS Property: background-image
Specifies the background image of a box.
HTML Dog is hosted by Titan Internet
Possible Values
inheritnone(default)- [URI]
Example
#plow { background-image: url(someimage.jpg); }
The Best Practice Guide To XHTML and CSS
Home → References → CSS Properties →
Specifies the background image of a box.
HTML Dog is hosted by Titan Internet
inheritnone (default)
#plow { background-image: url(someimage.jpg); }