Stationary Background

liunx

Guest
ok third times a charm... lol. I posted this in the wrong forum earlier... anyone got the script so i can keep the background image stationary while the text moves with the scroll bar. tyNo need for a script:
body {background: black url(bg.jpg) center top no-repeat fixed;}how come it doesnt work? all i get is a blank background....

<body {background: black url("http://img.photobucket.com/albums/v348/Blondie519/Other/MBGredbkg.jpg") fixed;}You are missing part of the code you need. Replace what you posted with this:

<style>
body {background: black url("http://img.photobucket.com/albums/v348/Blondie519/Other/MBGredbkg.jpg") fixed;}
</style>
<body>yay thank you so much.Originally posted by Britt519
how come it doesnt work? all i get is a blank background.... LOL!

Sorry, I assumed you knew what CSS looked like. :)

Originally posted by felgall
You are missing part of the code you need. Replace what you posted with this:

<style>
body {background: black url("http://img.photobucket.com/albums/v348/Blondie519/Other/MBGredbkg.jpg") fixed;}
</style>
<body> Oh, that'll never validate.lol thats ok. sorry for not being specific.Originally posted by Britt519
lol thats ok. sorry for not being specific. :)
 
Back
Top