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;