Echo Tyme
06-30-2004, 03:30 AM
Hello, i'm trying to add a backgound image down the site of my page / site and it's not reading the file, right now it's in C:\images
all other imags read it... but css won't do anything...
So far the code I have is:
<style type="text/css">
body
{background: #FFFFFF;
background-image: /images/fade.gif;
background-repeat: no-repeat;
background-position: 0% 0%;
background-attachment: fixed;
scrollbar-face-color : #AEC9FF;
scrollbar-highlight-color : #D2E1FF;
scrollbar-3dlight-color : #EDF3FF;
scrollbar-shadow-color : #84ACFF;
scrollbar-darkshadow-color : #6A9BFF;
scrollbar-track-color : #DBE6F9;
scrollbar-arrow-color : #FFFFFF;}
</style>
I dunno what else to try, nothing seems to show it. Any ideas? I would do the html tag but it says "IE users only" and i want every to see it. Ideas?
all other imags read it... but css won't do anything...
So far the code I have is:
<style type="text/css">
body
{background: #FFFFFF;
background-image: /images/fade.gif;
background-repeat: no-repeat;
background-position: 0% 0%;
background-attachment: fixed;
scrollbar-face-color : #AEC9FF;
scrollbar-highlight-color : #D2E1FF;
scrollbar-3dlight-color : #EDF3FF;
scrollbar-shadow-color : #84ACFF;
scrollbar-darkshadow-color : #6A9BFF;
scrollbar-track-color : #DBE6F9;
scrollbar-arrow-color : #FFFFFF;}
</style>
I dunno what else to try, nothing seems to show it. Any ideas? I would do the html tag but it says "IE users only" and i want every to see it. Ideas?