RE: [css-d] link list problem in IE_ from yesterday

2005-06-28 Thread Peter Williams
> From: Adam Helweh > Internet Explorer 6... as soon as I click they turn gray and > underlined. This is not a style I use > CSS- http://www.rocklinsystems.com/infinity/styles/infinitystyles.css Define the a:active pseudo class for the links. At present you are seeing the IE default display for t

RE: [css-d] link list problem in IE_ from yesterday

2005-06-28 Thread Peach Lynda L Contr 96 CG/SCTOA
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:#

RE: [css-d] link list problem in IE_ from yesterday

2005-06-28 Thread Pringle, Ron
> 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