I'm not an expert but several things:
1) the CSS does not validate. Several "complaints" but the #rightcol li
a:link had "text-decoration is defined multiple times in the same rule"

2) I found the #rightcol li a:link CSS in the CSS 3 times -- the same code
#rightcol li a:link {
        color:#FFFFFF;
        text-decoration: underline;
        text-decoration: none;
        font-family: "Times New Roman", Times, serif;
        font-weight: bold;
        font-size: 12px;
        font-style: normal;
}

3) And the last time is AFTER the #rightcol li a:hover.  Remember the
LoVeHAte rule:
        link visited hover active

Even if you don't use all of those, you should stick to the same entry in
the CSS; i.e., don't put the link after the hover.

L.Peach
-----Original Message-----
From: Adam Helweh [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, June 28, 2005 9:02 AM
To: css-d@lists.css-discuss.org
Subject: [css-d] link list problem in IE_ from yesterday


Hello,

I have nailed down most every other issue but one. In FF all looks fine (to
me), but in Internet Explorer 6 the links in the right side are messed up.
When I initially go to the page the links seem fine (white with no
underline), but as soon as I click they turn gray and underlined. This is
not a style I use. Can anyone please take a looksy?
Thanks


http://www.rocklinsystems.com/infinity/about.htm


CSS- http://www.rocklinsystems.com/infinity/styles/infinitystyles.css

______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to