SoKalzFynest
10-03-2006, 06:53 PM
I've tried everything and I'm pretty much stuck. I have an external stylesheet (styles.css)... code's in my header (<link rel="stylesheet" type="text/css" href="http://www.fishidinfo.com/css/styles.css">)... I've never had this problem before. But then again I haven't built sites in a couple years. Anywho... so a:visited, a:hover, and a:active all work fine, except for a:link is giving me the default blue with the underline... instead of the #000000 that I'm asking... I don't think it's the CSS. Can someone have a looksee at my source at http://www.fishidinfo.com or maybe it is the CSS... here it is...
EDIT: If it makes a difference... I'm using SSI... so I'm using .shtml... if that makes a difference... (but I always have before and it never did so I don't see why it should... hence the reason why I'm just baffled...)
body,td,th {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
color: #FFFFFF;
}
body {
background-color: #000055;
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
scrollbar-face-color: #000055;
scrollbar-highlight-color: #000000;
scrollbar-3dlight-color: #000000;
scrollbar-darkshadow-color: #990000;
scrollbar-shadow-color: #000000;
scrollbar-arrow-color: #990000;
scrollbar-track-color: #000055;
}
.border {
border: 1px solid #FFFFFF;
}
.content {
padding-top: 20px;
padding-left: 10px;
padding-right: 10px;
padding-bottom: 20px;
border: 1px solid #FFFFFF;
}
//** MENUS **//
.menulink a:link {
font-weight: bolder;
color: #FFFFFF;
text-decoration: none;
cursor: pointer;
}
.menulink a:visited {
font-weight: bolder;
color: #3399FF;
text-decoration: none;
cursor: pointer;
}
.menulink a:hover {
font-weight: bolder;
color: #990000;
text-decoration: none;
cursor: pointer;
}
.menulink a:active {
font-weight: bolder;
color: #0099CC;
text-decoration: none;
cursor: pointer;
}
//** LEFT NAVIGATION **//
.lnav a:link {
font-weight: bolder;
color: #FFFFFF;
text-decoration: none;
cursor: pointer;
}
.lnav a:visited {
font-weight: bolder;
color: #990000;
text-decoration: none;
cursor: pointer;
}
.lnav a:hover {
font-weight: bolder;
color: #3399FF;
text-decoration: none;
cursor: pointer;
}
.lnav a:active {
font-weight: bolder;
color: #0099CC;
text-decoration: none;
cursor: pointer;
}
//** RIGHT NAVIGATION **//
.rnav a:link {
font-weight: bolder;
color: #FFFFFF;
text-decoration: none;
cursor: pointer;
}
.rnav a:visited {
font-weight: bolder;
color: #990000;
text-decoration: none;
cursor: pointer;
}
.rnav a:hover {
font-weight: bolder;
color: #3399FF;
text-decoration: none;
cursor: pointer;
}
.rnav a:active {
font-weight: bolder;
color: #FF0000;
text-decoration: none;
cursor: pointer;
}
//** FOOTER **//
.footerlink a:link {
font-weight: normal;
color: #FFFFFF;
text-decoration: none;
cursor: pointer;
}
.footerlink a:visited {
font-weight: normal;
color: #0000AA;
text-decoration: none;
cursor: pointer;
}
.footerlink a:hover {
font-weight: normal;
color: #3399FF;
text-decoration: none;
cursor: pointer;
}
.footerlink a:active {
font-weight: normal;
color: #FF0000;
text-decoration: none;
cursor: pointer;
}
EDIT: If it makes a difference... I'm using SSI... so I'm using .shtml... if that makes a difference... (but I always have before and it never did so I don't see why it should... hence the reason why I'm just baffled...)
body,td,th {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
color: #FFFFFF;
}
body {
background-color: #000055;
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
scrollbar-face-color: #000055;
scrollbar-highlight-color: #000000;
scrollbar-3dlight-color: #000000;
scrollbar-darkshadow-color: #990000;
scrollbar-shadow-color: #000000;
scrollbar-arrow-color: #990000;
scrollbar-track-color: #000055;
}
.border {
border: 1px solid #FFFFFF;
}
.content {
padding-top: 20px;
padding-left: 10px;
padding-right: 10px;
padding-bottom: 20px;
border: 1px solid #FFFFFF;
}
//** MENUS **//
.menulink a:link {
font-weight: bolder;
color: #FFFFFF;
text-decoration: none;
cursor: pointer;
}
.menulink a:visited {
font-weight: bolder;
color: #3399FF;
text-decoration: none;
cursor: pointer;
}
.menulink a:hover {
font-weight: bolder;
color: #990000;
text-decoration: none;
cursor: pointer;
}
.menulink a:active {
font-weight: bolder;
color: #0099CC;
text-decoration: none;
cursor: pointer;
}
//** LEFT NAVIGATION **//
.lnav a:link {
font-weight: bolder;
color: #FFFFFF;
text-decoration: none;
cursor: pointer;
}
.lnav a:visited {
font-weight: bolder;
color: #990000;
text-decoration: none;
cursor: pointer;
}
.lnav a:hover {
font-weight: bolder;
color: #3399FF;
text-decoration: none;
cursor: pointer;
}
.lnav a:active {
font-weight: bolder;
color: #0099CC;
text-decoration: none;
cursor: pointer;
}
//** RIGHT NAVIGATION **//
.rnav a:link {
font-weight: bolder;
color: #FFFFFF;
text-decoration: none;
cursor: pointer;
}
.rnav a:visited {
font-weight: bolder;
color: #990000;
text-decoration: none;
cursor: pointer;
}
.rnav a:hover {
font-weight: bolder;
color: #3399FF;
text-decoration: none;
cursor: pointer;
}
.rnav a:active {
font-weight: bolder;
color: #FF0000;
text-decoration: none;
cursor: pointer;
}
//** FOOTER **//
.footerlink a:link {
font-weight: normal;
color: #FFFFFF;
text-decoration: none;
cursor: pointer;
}
.footerlink a:visited {
font-weight: normal;
color: #0000AA;
text-decoration: none;
cursor: pointer;
}
.footerlink a:hover {
font-weight: normal;
color: #3399FF;
text-decoration: none;
cursor: pointer;
}
.footerlink a:active {
font-weight: normal;
color: #FF0000;
text-decoration: none;
cursor: pointer;
}