All versions of IE have problems with multiple-class
selectors.
h1.pink.blue.orange { ... }
will match level 1 headings with class "orange", but
ignore the pink and blue. In other words, only the
last class will match. ~d
--
Douglas Clifton
[EMAIL PROTECTED]
http://loadaveragezero.com/
> From: Jan Brasna <[EMAIL PROTECTED]>
> Date: Thu, 02 Jun 2005 04:40:20 +0200
> Subject: Re: [WSG] Multiple class names in older browsers
>
> Hi Maxine, all fine in 5.01 and 5.5 ...
>
> AFAIK these old one can't handle
>
> h1.pink.blue.orange { ... }
>
> and interpret it as
>
> h1.pink .blue .orange { ... }
>
> --
> Jan Brasna aka JohnyB :: www.alphanumeric.cz | www.janbrasna.com
******************************************************
The discussion list for http://webstandardsgroup.org/
See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list & getting help
******************************************************