CSS: +content = +space
Moderator: General Moderators
You mean one of the background images? Some examples
Code: Select all
#somediv {
background-position: 20px 10px;
}
#someelement {
background: url(images/coolbackground.jpg) no-repeat left center;
}
#other {
background: #ddd url(images/background.gif) no-repeat 10px 0;
}