Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

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?

#79722
Amida
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