Posted: Fri Mar 24, 2006 12:00 pm
thanks
worked. Ok when im using float and static is there away to make the the image 10px off the left side?
A community of PHP developers offering assistance, advice, discussion, and friendship.
http://forums.devnetwork.net/
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;
}