peacefulglop
11-21-2003, 02:45 AM
I'm using external style sheets, and everything seems to work great, except the A: Link part. It turns out as the default blue-underlined stuff. active, visited, a hovered work fine. What is wrong?!!!
A:link { COLOR: #0099CC; text-decoration: none;}
A:visited { COLOR: #0099CC; text-decoration: none; cursor:default;}
A:active { COLOR: #0099CC; TEXT-DECORATION: none;}
a:hover { text-decoration:none; color:#0099CC;cursor:crosshair; background-color:#99CCFF;}
might be something else affecting it.
can you link to the page in question or post the entire external css page contents?
peacefulglop
11-21-2003, 05:35 AM
here:
<style type="text/css">
A:link { COLOR: #0099CC; text-decoration: none;}
A:visited { COLOR: #0099CC; text-decoration: none; cursor:default;}
A:active { COLOR: #0099CC; TEXT-DECORATION: none;}
a:hover { text-decoration:none; color:#0099CC;cursor:crosshair; background-color:#99CCFF;}
p {font-family: comic sans ms, verdana;
color: #00CCCC;}
[body
{ background: #CCFFFF;
font-family: comic sans ms;
color: #00CCCC ;
letter-spacing: 0pt;
font-weight: normal;
font-size: 12;
scrollbar-face-color : #ffffff;
scrollbar-highlight-color : #ffffff;
scrollbar-3dlight-color : #ffffff;
scrollbar-shadow-color : #ffffff;
scrollbar-darkshadow-color : #ffffff;
scrollbar-track-color : #00CCCC;
scrollbar-arrow-color : #00CCCC;
margin-top: 0;
margin-bottom: 0;
margin-left: 0;
margin-right: 0;
padding-top: 0;
padding-bottom: 0;
padding-left: 0;
padding-right: 0;
}
<!--
input, textarea
{color: #00CCCC;
background: #FFFFFF;
font-size: 12pt;
font-weight: normal;
text-decoration: none;
font-family: comic sans ms;
text-align: left;
border-width: 1px;
border-style: dashed;
border-color:#00CCCC;
filter: alpha(opacity=50)}
-->
</style>
kittycat
11-21-2003, 09:45 PM
Since it's an external stylesheet, remove the beginning and ending style tags.
Other thing: you have a [ in front of body in the style sheet, you'll probably want to take that out (even if it does work in IE it may cause problems in other less lenient browsers). You could also take out the comment tags around the input/textarea section.
PinkSparkler321
11-26-2003, 01:41 PM
yeah, mine is doin' the same thing right now...where is this [ in the body? on the index.html or the css page? thanx! ~alexis
MaGiCSuN
11-26-2003, 09:05 PM
[body
{ background: #CCFFFF;
that's the one :)
Love,
Mirna
PinkSparkler321
11-26-2003, 10:47 PM
oops.... :0 thanks for pointing that out for me, Mirna! :) ~Lexi