Jenn00b
07-17-2003, 08:16 AM
All the rest of my CSS works, but just not this part of it. It shows up blue instead of the chosen purple color. Here's the code, and here's a link (http://n00bsquad.the-matte.net) to the site so you can see what I mean. (The site uses four different .css files, one for the index and three for each individual blogger)
The code: <style type="text/css">
A:link
{ text-decoration: none; color:#C811FF; background-color:#FFFFFF; }
A:visited
{ text-decoration: none; color:#C811FF; background-color:#FFFFFF; }
A:active
{ text-decoration: none; color:#C811FF; background-color:#FFFFFF; }
A:hover
{ text-decoration: none; color:#FFFFFF; background-color:#C811FF; }
body
{ background-color: transparent;
font-family: tahoma;
color: #000000 ;
filter: dropshadow(Color=#C811FF, OffX=1, OffY=1, positive=1);
font-weight: normal;
font-size: 8pt;
scrollbar-face-color : #63DEFF;
scrollbar-highlight-color : #63DEFF;
scrollbar-3dlight-color : #63DEFF; scrollbar-shadow-color : #63DEFF;
scrollbar-darkshadow-color : #63DEFF; scrollbar-track-color : #63DEFF;
scrollbar-arrow-color : #C811FF; }
input, textarea
{ background: transparent ;
font-family: tahoma;
color: #000000 ;
filter: dropshadow(Color=#C811FF, OffX=1, OffY=1, positive=1);
border-style: dashed;
border-color: #000000;
border-width: 1; }
</style>
Thanks for your help!
The code: <style type="text/css">
A:link
{ text-decoration: none; color:#C811FF; background-color:#FFFFFF; }
A:visited
{ text-decoration: none; color:#C811FF; background-color:#FFFFFF; }
A:active
{ text-decoration: none; color:#C811FF; background-color:#FFFFFF; }
A:hover
{ text-decoration: none; color:#FFFFFF; background-color:#C811FF; }
body
{ background-color: transparent;
font-family: tahoma;
color: #000000 ;
filter: dropshadow(Color=#C811FF, OffX=1, OffY=1, positive=1);
font-weight: normal;
font-size: 8pt;
scrollbar-face-color : #63DEFF;
scrollbar-highlight-color : #63DEFF;
scrollbar-3dlight-color : #63DEFF; scrollbar-shadow-color : #63DEFF;
scrollbar-darkshadow-color : #63DEFF; scrollbar-track-color : #63DEFF;
scrollbar-arrow-color : #C811FF; }
input, textarea
{ background: transparent ;
font-family: tahoma;
color: #000000 ;
filter: dropshadow(Color=#C811FF, OffX=1, OffY=1, positive=1);
border-style: dashed;
border-color: #000000;
border-width: 1; }
</style>
Thanks for your help!