Title says it all. I have a background image that I would like centered vertically within an element, but aligned to the left of the element. what's the best way to accomplish this?
+5
A:
Use the background-position
CSS property, in this case
background-position: left center;
W3C Reference: Colors and backgrounds
Pekka
2010-09-12 20:53:22