NeNay
01-19-2003, 01:09 AM
I've tried several times, but no matter what I do, I can't get the normal text color or the cursor on my page to work correctly. The colors and effects applied to the link text work fine, however.
The code is as follows-
<style type="text/css">
<!--
A:link
{ text-decoration: none; color:#CC99FF }
A:visited
{ text-decoration: none; color:#CC99FF }
A:active
{ text-decoration: none; color:#CC99FF }
A:hover
{ text-decoration: line-through; color:#CC99FF;
background-color:#000033;
cursor: {e-resize}
body
{ background-color: #000033;
font-family: verdana
color: #CCCCFF ;
letter-spacing: 1pt;
font-weight:100;
font-size:x-small;
scrollbar-face-color : #000033;
scrollbar-highlight-color : #FFFFFF;
scrollbar-3dlight-color : #000033;
scrollbar-shadow-color : #000033;
scrollbar-darkshadow-color : #000033;
scrollbar-track-color : #000099;
scrollbar-arrow-color : #CCCCFF }
input, textarea
{ background: #000033;
font-family: verdana;
color: #CCCCFF;
border-style: dashed;
border-color: #CCCCFF;
border-width: 2px}
-->
</style>
If you can help me in any way, please do, and try not to make me feel too incompetent. ^^;
The code is as follows-
<style type="text/css">
<!--
A:link
{ text-decoration: none; color:#CC99FF }
A:visited
{ text-decoration: none; color:#CC99FF }
A:active
{ text-decoration: none; color:#CC99FF }
A:hover
{ text-decoration: line-through; color:#CC99FF;
background-color:#000033;
cursor: {e-resize}
body
{ background-color: #000033;
font-family: verdana
color: #CCCCFF ;
letter-spacing: 1pt;
font-weight:100;
font-size:x-small;
scrollbar-face-color : #000033;
scrollbar-highlight-color : #FFFFFF;
scrollbar-3dlight-color : #000033;
scrollbar-shadow-color : #000033;
scrollbar-darkshadow-color : #000033;
scrollbar-track-color : #000099;
scrollbar-arrow-color : #CCCCFF }
input, textarea
{ background: #000033;
font-family: verdana;
color: #CCCCFF;
border-style: dashed;
border-color: #CCCCFF;
border-width: 2px}
-->
</style>
If you can help me in any way, please do, and try not to make me feel too incompetent. ^^;