Forums

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

Home Forums CSS Stop background image from sliding horizontally with browser resize Re: Stop background image from sliding horizontally with browser resize

#114129
Watson90
Member

Maybe try;

html, body { background: url(“images/background-bamboo.png”) no-repeat;
background-position: right top;
background-attachment: fixed;