Skye
11-24-2003, 09:58 PM
Hi, I've never been a great student of CSS...but I still feel pretty stupid not being able to work this one out...
I've used referenced CSS on my sites for a while now (that whole LINK REL= code) and it usually works very well. I was just given a new domain, and now something is just not working with this code. The code on the actual site is fine, I've checked. (the page I'm referring to with this whole post is http://lushing.org/hello.html) Everything is working except the code for the links. When I first coded this last night, it was perfectly fine. Then today at school I noticed most of the links were the default blue until you hovered over them, and figured it might be because the computers there did not have a high enough color resolution. But when I checked at home, the same thing was true. The only links that show up correctly are the visited links. I've checked and rechecked the code, but I must be missing something. I don't know how it could have gone from working last night to not working this morning, but it goes for the splash page CSS, the greymatter CSS and the main page CSS. Any ideas ? Here's the code, hopefully I've just looked at it way too much and I'm missing something simple.
A:link {color: #c02e0a; text-decoration: none;
font-family;georgia;}
A:visited {color: #c02e0a; text-decoration: none;
font-family;georgia;}
A:hover {color:#b00058; font-family;georgia;}
input, textarea {
font-family: georgia;
font-size: 8pt;
color: #black;
border-style: solid;
border-width: 1px;
border-color: #black;
}
.title
{font-family:georgia;
color:black;
font-size:11px;
font-weight:bold;
text-transform: uppercase;
background-color: #c02e0a;
padding-left: 5px;
BORDER-RIGHT: black 1px solid;
BORDER-TOP: black 1px solid;
BORDER-LEFT: black 1px solid;
BORDER-BOTTOM: black 1px solid
}
body, tr, td, font, p, xmp {font-size: 10px; font-family:georgia;
color:#black;
cursor:default;
scrollbar-face-color : white;
scrollbar-highlight-color : white;
scrollbar-3dlight-color : #c02e0a;
scrollbar-shadow-color : #c02e0a;
scrollbar-darkshadow-color : gray;
scrollbar-track-color : white;
scrollbar-arrow-color : #000000
}
It should have something to do with A:link, right ? Please help lol.
I've used referenced CSS on my sites for a while now (that whole LINK REL= code) and it usually works very well. I was just given a new domain, and now something is just not working with this code. The code on the actual site is fine, I've checked. (the page I'm referring to with this whole post is http://lushing.org/hello.html) Everything is working except the code for the links. When I first coded this last night, it was perfectly fine. Then today at school I noticed most of the links were the default blue until you hovered over them, and figured it might be because the computers there did not have a high enough color resolution. But when I checked at home, the same thing was true. The only links that show up correctly are the visited links. I've checked and rechecked the code, but I must be missing something. I don't know how it could have gone from working last night to not working this morning, but it goes for the splash page CSS, the greymatter CSS and the main page CSS. Any ideas ? Here's the code, hopefully I've just looked at it way too much and I'm missing something simple.
A:link {color: #c02e0a; text-decoration: none;
font-family;georgia;}
A:visited {color: #c02e0a; text-decoration: none;
font-family;georgia;}
A:hover {color:#b00058; font-family;georgia;}
input, textarea {
font-family: georgia;
font-size: 8pt;
color: #black;
border-style: solid;
border-width: 1px;
border-color: #black;
}
.title
{font-family:georgia;
color:black;
font-size:11px;
font-weight:bold;
text-transform: uppercase;
background-color: #c02e0a;
padding-left: 5px;
BORDER-RIGHT: black 1px solid;
BORDER-TOP: black 1px solid;
BORDER-LEFT: black 1px solid;
BORDER-BOTTOM: black 1px solid
}
body, tr, td, font, p, xmp {font-size: 10px; font-family:georgia;
color:#black;
cursor:default;
scrollbar-face-color : white;
scrollbar-highlight-color : white;
scrollbar-3dlight-color : #c02e0a;
scrollbar-shadow-color : #c02e0a;
scrollbar-darkshadow-color : gray;
scrollbar-track-color : white;
scrollbar-arrow-color : #000000
}
It should have something to do with A:link, right ? Please help lol.