Vertical background-position in #wrapper not working
-
I’m working on a child theme based on Twenty Ten, and I want the #wrapper background image to start halfway down the banner, since the top has transparent parts in it. But I can’t get the vertical background-position to work. Here’s the CSS:
#wrapper { margin-top: 0; padding: 0; background: transparent url(images/bg-wrapper.png) 0px 200px repeat-y; }
Strangely (and frustratingly) enough, the background image does move to the right when I switch the two px values as a test.
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Vertical background-position in #wrapper not working’ is closed to new replies.