MiaBabie
05-13-2003, 10:37 PM
I'm having a fight with my css. I can't seem to get my background to show up. here is my code, any help would be great.
<style type="text/css">
A:link
{ text-decoration:underline overline; color:00cc00}
A:visited
{ text-decoration: underline; color:00cc00 }
A:active
{ text-decoration: underline overline; color:006600 }
A:hover
{ text-decoration: line-through; color:006600;
background-color:ffff00;
cursor:w-resize }
body
{ background-image:http://www.freewebs.com/mia152/12.jpg;
font-family: Garmond;
color: 006600 ;
letter-spacing: 1pt;
font-weight:lighter;
font-size:x-small;
scrollbar-face-color : #000000;
scrollbar-highlight-color : #000000;
scrollbar-3dlight-color : #000000; scrollbar-shadow-color : #000000;
scrollbar-darkshadow-color : #000000; scrollbar-track-color : #000000;
scrollbar-arrow-color : #000000 }
-->
</style>
<style type="text/css">
A:link
{ text-decoration:underline overline; color:00cc00}
A:visited
{ text-decoration: underline; color:00cc00 }
A:active
{ text-decoration: underline overline; color:006600 }
A:hover
{ text-decoration: line-through; color:006600;
background-color:ffff00;
cursor:w-resize }
body
{ background-image:http://www.freewebs.com/mia152/12.jpg;
font-family: Garmond;
color: 006600 ;
letter-spacing: 1pt;
font-weight:lighter;
font-size:x-small;
scrollbar-face-color : #000000;
scrollbar-highlight-color : #000000;
scrollbar-3dlight-color : #000000; scrollbar-shadow-color : #000000;
scrollbar-darkshadow-color : #000000; scrollbar-track-color : #000000;
scrollbar-arrow-color : #000000 }
-->
</style>