jazzberry
05-29-2003, 03:40 AM
here is my CSS code, but the background just won't work for me :(
<style type="text/css">
<!--
A:link
{ text-decoration: none; color: #CC6CFE}
A:visited
{ text-decoration: none; color: #CC6CFE}
A:active
{ text-decoration: underline-overline; color: #000000}
A:hover
{ color: #FF82C4; text-decoration: none; background-color: #FFFFFF; font-weight: none; cursor:crosshair; border-style: solid; border-color: #FF82C4; border-width: 1}
body
{ background-color: #FFFFFF;
background-image: url(http://icybaby.com/jazzberri/images/favespikesbgcontent.gif)
background-repeat: repeat;
background-attachment: fixed;
font-family: verdana;
color: #000000 ;
font-size: xx-small;
scrollbar-face-color: #FFFFFF;
scrollbar-highlight-color : #000000;
scrollbar-darkshadow-color: #FFFFFF;
scrollbar-3dlight-color: #FFFFFF;
scrollbar-shadow-color: #000000;
scrollbar-track-color: #FFFFFF;
scrollbar-arrow-color: #000000}
ul
{ list-style-image: url(http://icybaby.com/jazzberri/images/bullet.gif);
list-style-type: circle;}
td, xmp
{ font-family: verdana;
font size: xx-small;}
input, textarea
{ background: #transparent;
font-family: verdana;
color: #FFB65F;
font size: xx-small
border-style: solid;
border-color: #000000;
border-width: 1}
-->
</style>
suggestions? nevermind, i fixed, haha just a simple ";" was left out *smacks self on head* d'oh
<style type="text/css">
<!--
A:link
{ text-decoration: none; color: #CC6CFE}
A:visited
{ text-decoration: none; color: #CC6CFE}
A:active
{ text-decoration: underline-overline; color: #000000}
A:hover
{ color: #FF82C4; text-decoration: none; background-color: #FFFFFF; font-weight: none; cursor:crosshair; border-style: solid; border-color: #FF82C4; border-width: 1}
body
{ background-color: #FFFFFF;
background-image: url(http://icybaby.com/jazzberri/images/favespikesbgcontent.gif)
background-repeat: repeat;
background-attachment: fixed;
font-family: verdana;
color: #000000 ;
font-size: xx-small;
scrollbar-face-color: #FFFFFF;
scrollbar-highlight-color : #000000;
scrollbar-darkshadow-color: #FFFFFF;
scrollbar-3dlight-color: #FFFFFF;
scrollbar-shadow-color: #000000;
scrollbar-track-color: #FFFFFF;
scrollbar-arrow-color: #000000}
ul
{ list-style-image: url(http://icybaby.com/jazzberri/images/bullet.gif);
list-style-type: circle;}
td, xmp
{ font-family: verdana;
font size: xx-small;}
input, textarea
{ background: #transparent;
font-family: verdana;
color: #FFB65F;
font size: xx-small
border-style: solid;
border-color: #000000;
border-width: 1}
-->
</style>
suggestions? nevermind, i fixed, haha just a simple ";" was left out *smacks self on head* d'oh