Re: [WSG] IE 5 Mac Conditional Statement

2005-09-12 Thread Thierry Koblentz
Chris Kennon wrote:
> Hi,
>
> Then if understanding serves using  element in lieu of an
> @import would disable the StyleSheet in IE 5 Mac?

No, but another solution besides using Gunlaug's hiding technique would be
to serve a *different* sheet for IEMac.

I believe only IE5 Mac sees this:
@import "ie5MacONLY.css"

In doubt, I'd use:
/*\*//*/
@import "ie5MacONLY.css"
/**/
;)

Thierry | www.TJKDesign.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] IE 5 Mac Conditional Statement

2005-09-12 Thread Chris Kennon

Hi,

Then if understanding serves using  element in lieu of an  
@import would disable the StyleSheet in IE 5 Mac?


C
On Sep 12, 2005, at 7:21 AM, Thierry Koblentz wrote:


Chris Kennon wrote:


Hi,

Does the following statement work in IE5MAC?









Thierry | www.TJKDesign.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
**



**
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] IE 5 Mac Conditional Statement

2005-09-12 Thread Gunlaug Sørtun

Chris Kennon wrote:


Does the following statement work in IE5MAC?




Re: [WSG] IE 5 Mac Conditional Statement

2005-09-12 Thread Thierry Koblentz
Chris Kennon wrote:
> Hi,
> 
> Does the following statement work in IE5MAC?
> 
> 
> 
> 
> 
> 

Thierry | www.TJKDesign.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] IE 5 Mac Conditional Statement

2005-09-12 Thread Philippe Wittenbergh


On 12 Sep 2005, at 10:59 pm, Chris Kennon wrote:


Does the following statement work in IE5MAC?







If so how would I use it to disable a styleSheet that cause this UA to 
choke?


IE Mac doesn't support conditional comments.

Philippe
---
Philippe Wittenbergh


**
The discussion list for  http://webstandardsgroup.org/

See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list & getting help
**