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

#114157
plaedien
Participant

html, body {
background-color: #ffffff;
background: url(images/background-bamboo.png) right top no-repeat fixed;
font-family: sans-serif;
position: relative;
width: 100%;
height: 100%;
min-height: 100%;
display: table;
behavior: url(PIE.php);
}