View Full Version : Moving an image background


x_amiss
07-28-2005, 08:34 PM
Okay, I'm not exactly sure how to explain this, but, I have an image as a background, but ads are covering the top of the image. I can't use an adcover as it is not permitted, but is there a way to move the image background farther down so that the top of the image is still showing? This (http://www.myspace.com/demonicnymph) is where I'm having the problem. Thanks for any help...

pb&j
07-29-2005, 12:24 AM
i dont know how myspace works...
if you work with css coding, then add this into your body css...
background-position: 200px 200px;
and adjust the values to make it start at the correct left and top co-ordinate. takes a bit of trial and error.

otherwise if you work with your BODY tag itself, that can be added into there instead...

style="background-position: 200px 200px;"

hope that helps!