QentiC Posted February 4, 2012 Report Posted February 4, 2012 I dont know if my Title was terribly spelled, but I hope I can explain what I need in this message. So, I have a simple little HTML & CSS webpage that I am working on. I'd like to make it so the body background wont scroll, but the container containing everything else will. Here you can see the page, and as you can see, the background ends there. I know that image is possible to make repeat itself so it looks like its the same, but I might change the background image to something else. Is it possible with some simple CSS line or does it require something harder? Thanks in advance. Quote
Wickham Posted February 4, 2012 Report Posted February 4, 2012 (edited) body { background: url(images/bodybg.png) center top no-repeat fixed; font-family: Tahoma, Geneva, sans-serif; } Edited February 4, 2012 by Wickham Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.