I have a problem with having multiple backgrounds on the body of my page. Here's the css:
html, body {
margin: 0px;
padding: 0px;
width: 100%;
background-image: url(../img/top-left.png), url(../img/top-right.png);
background-position: top-left, top-right;
background-repeat: no-repeat;
}
However, this doesn't work. Can someone help me? Thanks!
asked Apr 11, 2012 at 9:56
user775171
1 Answer 1
It's not top-left, top-right but top left, top right.
answered Apr 11, 2012 at 9:58
powerbuoy
12.9k10 gold badges52 silver badges85 bronze badges
Sign up to request clarification or add additional context in comments.
Comments
lang-html