hmm thats odd. the visited link color up top is also appearing incorrect in Firefox.
HTML Code:
#nav a:link, a:visited {
position: relative;
text-decoration: none;
padding: 0 0 3px 0;
margin: 0;
color: #878787;
border-bottom: 2px solid #878787;
}
#nav a:hover, a:active {
position: relative;
padding: 0 0 3px 0;
text-decoration: none;
margin: 0;
color: #333333;
border-bottom: 2px solid #333333;
}
{
This type is showing up incorrectly when the link is visited. The links, home, LE Classics, and LE Designer can be clicked on in the top nav. Click on one and you will see that the color changes to blue with a normal link underline. Even though, it is defined to keep the same properties as an unclicked link. When you rollover the visited link, the border shows up and the color displays properly. I'm not sure what the deal is.
Bookmarks