CSS background-image Property
Complete CSS Reference
Definition
The background-image property sets an image as the background.
Tip: Always set a background-color to be used if the image is unavailable.
Inherited: No
JavaScript Syntax
CSS properties can also be dynamically changed with a JavaScript.
Scripting Syntax: object.style.backgroundImage="url(stars.gif)"
In our HTML DOM tutorial you can find more details about the
backgroundImage property.
In our HTML DOM tutorial you can also find a full
Style Object Reference.
Example
|
body
{
background-image: url(stars.gif);
background-color: #000000
}
|
Possible Values
| Value |
Description |
| url(URL) |
The path to an image |
| none |
Default. No background image |
Try-It-Yourself Demos
Set an image as the
background
This example demonstrates how to set an image as the background.
Complete CSS Reference
Add automated outbound phone calls to your application!
 |
|
Enhance your project with this inexpensive reliable Web Service. Phone calls can be sent as pre-recorded sound files,
text to speech, or by using a combination of both. You can also
change call flow based on interaction.
Phone Notify! is being utilized for fraud prevention, emergency notification calls, courtesy calls, automated telemarketing calls, voice broadcasts, automated dialers, appointment reminders and more.
50 FREE phone calls for W3School users >
|
|