This is Interesting: Free Magazines for Graphics designers and webmasters  


Home > Archive > HTML authoring > April 2005 > IE6 CSS issue





You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

Author IE6 CSS issue
Bill Musgrave

2005-04-04, 12:44 pm

I have the following in a CSS, but it doesn't render as expected:

a:visited:hover
{
color:yellow;
}

Also, I know the order can matter so I've pasted the CSS section below.

If anyone can help I would appreciate it. Site users will have IE6, but
with differing levels of SP and patches.

Thanks
Bill


a:link
{
color: #0033cc;
font-weight: bold;
text-decoration: none;
}
a:visited
{
color: #0033cc;
font-weight: bold;
text-decoration: none;
}
a:visited:hover
{
color:yellow;
}
a:hover
{
color:gray;
}
a:active
{
color:red;
}


Adrienne

2005-04-04, 12:44 pm

Gazing into my crystal ball I observed "Bill Musgrave" <bill@musgrave.com>
writing in news:gveCd.18865$wu4.10527@attbi_s52:

> I have the following in a CSS, but it doesn't render as expected:
>
> a:visited:hover
> {
> color:yellow;
> }
>
> Also, I know the order can matter so I've pasted the CSS section below.
>
> If anyone can help I would appreciate it. Site users will have IE6, but
> with differing levels of SP and patches.
>
> Thanks
> Bill
>
>
> a:link
> {
> color: #0033cc;
> font-weight: bold;
> text-decoration: none;
> }
> a:visited
> {
> color: #0033cc;
> font-weight: bold;
> text-decoration: none;
> }
> a:visited:hover
> {
> color:yellow;
> }
> a:hover
> {
> color:gray;
> }
> a:active
> {
> color:red;
> }
>
>
>


AFAIK, IE6 does not understand a:visited:hover , just as IE6 does not
understand hover on anything but the a element.

--
Adrienne Boswell
http://www.cavalcade-of-coding.info
Please respond to the group so others can share
Friendly

2005-04-04, 12:44 pm

On Mon, 03 Jan 2005 20:03:25 +0000 Adrienne scrawled this disquisition:

> Gazing into my crystal ball I observed "Bill Musgrave" <bill@musgrave.com>
> writing in news:gveCd.18865$wu4.10527@attbi_s52:
>


[color=darkred]
>
> AFAIK, IE6 does not understand a:visited:hover , just as IE6 does not
> understand hover on anything but the a element.


Just as IE has so many other problems.

Bill, if you know who your users are have them read this:

http://www.securityfocus.com/columnists/249

FS

Sponsored Links


Copyright 2003 - 2008 forum4designers.com  Software forum  Computer Hardware reviews