xM4rYk3x
12-30-2005, 02:13 PM
I am working on my site for like ages, but the css always discourages me, because I can't seem to make it work :S..
I have problems with the color of my links.. because they are the default blue even though I changed that color..
I hope one of you guys can help..please:dead:
here's the css :
<style type="text/css">
A:link
{ text-decoration: none; color:#663366; }
A:visited
{ text-decoration: none; color:#663366; }
A:active
{ text-decoration: none; color:#663366; }
A:hover
{ text-decoration: none; color:#000000;
cursor: crosshair;
p {font-family: Arial
color: 000000;}
body
{font-family: Arial;
color: #000000 ;
letter-spacing: 0pt;
font-weight: lighter;
font-size:xx-small
;}
scrollbar-face-color: #CBCBCB;
scrollbar-highlight-color: #CBCBCB;
scrollbar-3dlight-color: #E9FFF0;
scrollbar-darkshadow-color: #CBCBCB;
scrollbar-shadow-color: #E9FFF0;
scrollbar-arrow-color: #E9FFF0;
scrollbar-track-color: #CBCBCB;
</style>
I have problems with the color of my links.. because they are the default blue even though I changed that color..
I hope one of you guys can help..please:dead:
here's the css :
<style type="text/css">
A:link
{ text-decoration: none; color:#663366; }
A:visited
{ text-decoration: none; color:#663366; }
A:active
{ text-decoration: none; color:#663366; }
A:hover
{ text-decoration: none; color:#000000;
cursor: crosshair;
p {font-family: Arial
color: 000000;}
body
{font-family: Arial;
color: #000000 ;
letter-spacing: 0pt;
font-weight: lighter;
font-size:xx-small
;}
scrollbar-face-color: #CBCBCB;
scrollbar-highlight-color: #CBCBCB;
scrollbar-3dlight-color: #E9FFF0;
scrollbar-darkshadow-color: #CBCBCB;
scrollbar-shadow-color: #E9FFF0;
scrollbar-arrow-color: #E9FFF0;
scrollbar-track-color: #CBCBCB;
</style>