YellowYoshi
07-04-2003, 03:17 AM
This is my CSS Style sheet:
<style type="text/css">
<!--
A:link
{ text-decoration: none; color:#e06699 }
A:visited
{ text-decoration: none; color:#e06699 }
A:active
{filter: glow(color=gold, strength=4); height:0; text-decoration: line-through; color:#f5f5dc }
A:hover
{filter: glow(color=silver, strength=4); height:0; text-decoration: underline; color:#ffd700; cursor:hand }
body
{background-color: #f0f0f0;
background-image:url(background3.jpg);
background-repeat:repeat;
background-position:top left;
background-attachment: fixed;
font-family: tahoma,arial,verdana;
color: #003300 ;
font-weight:400;
font-size:x-small;
scrollbar-face-color : #f5ffdc;
scrollbar-highlight-color : #33f5dc;
scrollbar-3dlight-color : #33f599; scrollbar-shadow-color : #00ff99;
scrollbar-darkshadow-color : #f5f5dc; scrollbar-track-color : #ffff99;
scrollbar-arrow-color : #000000 }
td
{font-family: tahoma,arial,verdana;
color: #003300 ;
font-weight:400;
font-size:x-small;}
-->
</style>
Everything is working except the background. It was working well, and suddenly it just dissappeared.. Please help!
<style type="text/css">
<!--
A:link
{ text-decoration: none; color:#e06699 }
A:visited
{ text-decoration: none; color:#e06699 }
A:active
{filter: glow(color=gold, strength=4); height:0; text-decoration: line-through; color:#f5f5dc }
A:hover
{filter: glow(color=silver, strength=4); height:0; text-decoration: underline; color:#ffd700; cursor:hand }
body
{background-color: #f0f0f0;
background-image:url(background3.jpg);
background-repeat:repeat;
background-position:top left;
background-attachment: fixed;
font-family: tahoma,arial,verdana;
color: #003300 ;
font-weight:400;
font-size:x-small;
scrollbar-face-color : #f5ffdc;
scrollbar-highlight-color : #33f5dc;
scrollbar-3dlight-color : #33f599; scrollbar-shadow-color : #00ff99;
scrollbar-darkshadow-color : #f5f5dc; scrollbar-track-color : #ffff99;
scrollbar-arrow-color : #000000 }
td
{font-family: tahoma,arial,verdana;
color: #003300 ;
font-weight:400;
font-size:x-small;}
-->
</style>
Everything is working except the background. It was working well, and suddenly it just dissappeared.. Please help!