Jared
11-23-2003, 07:40 PM
I am using an external style sheet, and this is my code:
A:link
{ text-decoration: underline;
A:visited
{ text-decoration: underline;
A:active
{ text-decoration: underline overline;
A:hover
{ text-decoration: blink;
background-color: #A3A3A3;
cursor: crosshair; }
body
font-family: Times New Roman;
color: #000000 ;
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;
}
input, textarea
{ background: #C8C8C8;
font-family: Times New Roman; [your font name]
color: gray;
border-style: dashed; [dotted, dashed, solid, double, groove, ridge, inset, outset]
border-color: #000000;
border-width: 1; [numerical value, 5, 6, 8...] }
-----------------------------------------------------------------------------------
It is saved as mycss.css
A:link
{ text-decoration: underline;
A:visited
{ text-decoration: underline;
A:active
{ text-decoration: underline overline;
A:hover
{ text-decoration: blink;
background-color: #A3A3A3;
cursor: crosshair; }
body
font-family: Times New Roman;
color: #000000 ;
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;
}
input, textarea
{ background: #C8C8C8;
font-family: Times New Roman; [your font name]
color: gray;
border-style: dashed; [dotted, dashed, solid, double, groove, ridge, inset, outset]
border-color: #000000;
border-width: 1; [numerical value, 5, 6, 8...] }
-----------------------------------------------------------------------------------
It is saved as mycss.css