neonick5647
12-26-2006, 05:56 PM
I'm having a problem with the links on my new site. All pages are .php, and they link to a stylesheet. I know all that is working, but...when you first visit the website, all the links are blue and underlined. (not supposed to happen) They should be a more green blueish color, and not underlined. The hover should be dark green. When you click on a link, it changes to the way it should be. It my 'avisited' wrong?
Heres my entire stylesheet
<style type="text/css">
A:link
{ text-decoration: none; color:#25B89F; }
A:visited
{ text-decoration: none; color:#25B89F; }
A:active
{ text-decoration: none; color:#25B89F; }
A:hover
{ text-decoration: none; color:#1D9130;
}
h1 {font-family: tahoma;
color: #1D917E;
font-size: x-small;
margin:0px,0px,0px,0px;
display: inline;
}
h2 {font-family: tahoma;
color: #25B83D;
font-size: small;
margin:0px,0px,0px,0px;
display: inline;
}
p {font-family: tahoma;
color: #212121; }
body
{ background: #DEDEDE;
font-family: tahoma;
color: #212121 ;
font-size: x-small;
scrollbar-face-color : #DEDEDE;
scrollbar-highlight-color : #DEDEDE;
scrollbar-3dlight-color : #DEDEDE;
scrollbar-shadow-color : #DEDEDE;
scrollbar-darkshadow-color : #DEDEDE;
scrollbar-track-color : #DEDEDE;
scrollbar-arrow-color : #DEDEDE;
margin-top: 0;
margin-bottom: 0;
margin-left: 0;
margin-right: 0;
padding-top: 0;
padding-bottom: 0;
padding-left: 0;
padding-right: 0;
}
td
{ font-family: tahoma;
color: #212121;
font-size: x-small;
}
</style>
If you need a link to the page, I'll gladly give it to you.
Heres my entire stylesheet
<style type="text/css">
A:link
{ text-decoration: none; color:#25B89F; }
A:visited
{ text-decoration: none; color:#25B89F; }
A:active
{ text-decoration: none; color:#25B89F; }
A:hover
{ text-decoration: none; color:#1D9130;
}
h1 {font-family: tahoma;
color: #1D917E;
font-size: x-small;
margin:0px,0px,0px,0px;
display: inline;
}
h2 {font-family: tahoma;
color: #25B83D;
font-size: small;
margin:0px,0px,0px,0px;
display: inline;
}
p {font-family: tahoma;
color: #212121; }
body
{ background: #DEDEDE;
font-family: tahoma;
color: #212121 ;
font-size: x-small;
scrollbar-face-color : #DEDEDE;
scrollbar-highlight-color : #DEDEDE;
scrollbar-3dlight-color : #DEDEDE;
scrollbar-shadow-color : #DEDEDE;
scrollbar-darkshadow-color : #DEDEDE;
scrollbar-track-color : #DEDEDE;
scrollbar-arrow-color : #DEDEDE;
margin-top: 0;
margin-bottom: 0;
margin-left: 0;
margin-right: 0;
padding-top: 0;
padding-bottom: 0;
padding-left: 0;
padding-right: 0;
}
td
{ font-family: tahoma;
color: #212121;
font-size: x-small;
}
</style>
If you need a link to the page, I'll gladly give it to you.