InterviewSolution
Saved Bookmarks
| 1. |
How Do I Have A Background Image That Isn't Tiled? |
|
Answer» Specify the background-repeat property as no-repeat. You can ALSO use the background property as a SHORTCUT for SPECIFYING MULTIPLE background-* properties at once. Here's an example: Specify the background-repeat property as no-repeat. You can also use the background property as a shortcut for specifying multiple background-* properties at once. Here's an example: |
|