Advertisements
Advertisements
Question
How would you define a background image which would be displayed filling only the top of the screen?
Code Writing
Definition
Advertisements
Solution
After setting the background-repeat property’s "repeat-x" value, which indicates that the background will only be repeated horizontally, we must place the image in the top left corner of the page.
body { background: url(logo.gif) repeat-x fixed left top; }shaalaa.com
Is there an error in this question or solution?
