Hello! I (newbie) have problems in my very first website. Some of my navigational buttons at my footer section and the icon on the lower left shows the visited link color green despite I haven't visited any of the link. There are times these colors are all blue (unvisited links). My URL is http://www.jespir.com. Please help and thank you in advance.
I have the same CSS coding.
Nowhere that I can see.
Open global.css file. Change this:
a:link {
color: #00F;
}
a:visited {
color: #0C0;
}
a:hover {
color: #FF0;
}
a:active {
color: #CAE0EC;
}
to this:
a img {border:none}
a {text-decoration:none}
a:link {color: #00F;}
a:visited {color: #0C0;}
a:hover {color: #FF0;}
a:active, a:focus {color: #CAE0EC;}
Remove this from your embedded CSS code. You don't need it.
| a:link { | |
| text-decoration: none; |
}
a:visited {
| text-decoration: none; |
}
a:hover {
| text-decoration: none; |
}
a:active {
| text-decoration: none; |
}
Save both documents and upload to server.
Nancy O.
Alt-Web Design & Publishing
Web | Graphics | Print | Media Specialists
North America
Europe, Middle East and Africa
Asia Pacific