> 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

Adam-

You need to explicitly define a visited link style for that right column:

#rightcol li a:visited {
        color:#FFFFFF;
        text-decoration: underline;
        text-decoration: none;
        font-family: "Times New Roman", Times, serif;
        font-weight: bold;
        font-size: 12px;
        font-style: normal;
}

The above I just grabbed from your a:link style, so you'll want to change
those values to whatever you want.

I believe the menu is just picking up the visited style from your content
area.

Regards,
Ron
______________________________________________________________________
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