the given rule is not using a pseudo selector (:) - it is a simple class
definition. This should be consistent across browsers.

On 8/4/07, Kepler Gelotte <[EMAIL PROTECTED]> wrote:
>
> When the chosen page loads, the chosen link turns deep red.
>
> The declaration for this is as follows:
>
> /*ACTIVE LINKS ONLY*/
> ul#navTopSimpleUL li a.active
> {
>         color: #CC0033;
>         cursor: default;
>         text-decoration: none;
> }
>
>
> Hi Cole,,
>
> You may want to also set focus on the element and declare a
> "ul#navTopSimpleUL li a.focus" definition mimicking the active definition.
> I
> believe I read somewhere that IE6 treats active and focus states the same,
> or confuses them.
>
> Regards,
> Kepler
>
>
>
> *******************************************************************
> List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
> Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
> Help: [EMAIL PROTECTED]
> *******************************************************************
>


*******************************************************************
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
*******************************************************************

Reply via email to