Home › Forums › CSS › How to allow a div with a bg-image to go negative left? › Re: How to allow a div with a bg-image to go negative left?
July 12, 2010 at 3:57 pm
#79619
Participant
How about you try setting the div to the width of your content, and have that margin: o auto; and then set the image as the background to the body and position it top center. That way when the browser isn’t as wide as the image, it’ll still be centered in the middle.