Thank you for the suggestion…I will take a look.
Nevermind, problem solved!
Thanks for the help 😀 I couldn’t seem to get that method to work either, but I figured out another trick.
no luck 🙁
does it matter that the background image is only 1 px tall…it shouldn’t I don’t think?!
Also I’m using the default wordpress theme to create this on.
Right now I have margin-top: -220px to move all the content down, but I need the background to go further down than that…here’s what I have
#content {
margin-top:-220px;
font-size: 1.2em;
background: url(‘images/bgleft.jpg’);
background-position: 0 -320px;
}