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 13, 2010 at 8:08 pm
#79722
Participant
yes but that’s not possible, I haven’t found any way for the browser to prevent the body background from scrolling.
well it can be stopped with a trick that is:
Code:
body {display:table; width:100%}
But works correctly only in chrome/safari