Ravasz
08-11-2009, 09:56 PM
Why are code and I not getting along at all lately?
http://www.dreamwatersprings.com/something.htm
My background images are not showing up.
There are two: bg.jpg and bg_song.jpg for the menu.
Currently using this code:
<style type="text/css">
body {
background:#ffffff url('bg.jpg') no-repeat fixed;
}
</style>
I switched the code around every single which way - I broke it up into separate lines (background-color, background-image, etc), I put it into its own CSS document and linked it to the page, I placed a style tag inside the actual body tag... I even canned the whole CSS bit and tried plain old:
<body background="bg.jpg" bgproperties="fixed">
Nothing. No one else can magically see the backgrounds, right?
And before you ask the most simple, stupid question... yes. My background files are uploaded to the same directory as the HTML pages. And the file names are spelled correctly/consistently.
What on earth am I doing wrong now? What would prevent the background images from showing up on such simple pages? The pages look fine on my hard drive! D:
http://www.dreamwatersprings.com/something.htm
My background images are not showing up.
There are two: bg.jpg and bg_song.jpg for the menu.
Currently using this code:
<style type="text/css">
body {
background:#ffffff url('bg.jpg') no-repeat fixed;
}
</style>
I switched the code around every single which way - I broke it up into separate lines (background-color, background-image, etc), I put it into its own CSS document and linked it to the page, I placed a style tag inside the actual body tag... I even canned the whole CSS bit and tried plain old:
<body background="bg.jpg" bgproperties="fixed">
Nothing. No one else can magically see the backgrounds, right?
And before you ask the most simple, stupid question... yes. My background files are uploaded to the same directory as the HTML pages. And the file names are spelled correctly/consistently.
What on earth am I doing wrong now? What would prevent the background images from showing up on such simple pages? The pages look fine on my hard drive! D: