[WSG] Re_ WSG Multiple class names in older browsers (3).txt

2005-06-02 Thread Dan



Hi Maxine 


Have a check to see 
if it works in Safari. Last time I used multiple classes I has some serious 
problems with Safari, but of course they could be two unrelated 
things.

Cheers

Dan


Re: [WSG] Multiple class names in older browsers

2005-06-01 Thread Jan Brasna

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
**



Re: [WSG] Multiple class names in older browsers

2005-06-01 Thread Peter Asquith

Seems to work fine in IE5.01/Win on XP SP2.

Cheers
Peter

Maxine Sherrin wrote:

I need to find out if multiple class names, like this:
Were supported in older browsers, in particular IE5 and IE5.5.


--
Peter Asquith
http://www.wasabicube.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
**



Re: [WSG] Multiple class names in older browsers

2005-06-01 Thread Douglas Clifton
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
**