Possible Duplicate:
Offset a background image from the right using CSS
CSS usually is :
background-position:right top;
but If I’d like to say somethings like right-5px? Is it possible?
Like position in an element :
right:-5px;
Anyone know?
EDIT
Maybe it is unclear! I mean somethings like :
background-position:right-5px top;
It’s not possible with
CSS2but you can do a trick. Write like this:Check this http://jsfiddle.net/s9L2T/