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

#114156
plaedien
Participant

whoops my code looks messed up, should’ve previewed first!

Isn’t what I’ve written already basically the same thing?

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