![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
![[community profile]](https://www.dreamwidth.org/img/silk/identity/community.png)
I really, really like the layout I have now, with one tiny little problem; I would really like to fix my background image so it didn't scroll and repeat, because, frankly, it sucks at tiling height-wise.
I found this: http://style-system.dreamwidth.org/22713.html, which unfortunately removes my header, but I can't find anything else.
Is it even possible? Or do I need to get creative and smush both background and header together into one massive picture and then make that one fixed?
I found this: http://style-system.dreamwidth.org/22713.html, which unfortunately removes my header, but I can't find anything else.
Is it even possible? Or do I need to get creative and smush both background and header together into one massive picture and then make that one fixed?
Tags:
no subject
Date: 2012-01-07 04:03 pm (UTC)body {background: url(URLOFIMAGE) fixed}
or
body {background: url(http://i733.photobucket.com/albums/ww337/dhaeknight/WoodenHedge.jpg) fixed}
Now, if you're absolutely sure you don't want it to repeat at all, you can do the following, but this would literally show the image once on the page, or you can change no-repeat to repeat-x or repeat-y based on the axis you would like it to repeat itself. Fixed should solve the overall problem alone, though. It won't move on the page at all.
body {background: url(URLOFIMAGE) fixed no-repeat}
no subject
Date: 2012-01-07 06:44 pm (UTC)no subject
Date: 2012-01-07 05:04 pm (UTC)body {
background-attachment: fixed;
}