Re: [css-d] Possible combination filter for MAC IE? Thoughts?

2005-08-10 Thread Justin Reid
 After reviewing the chart at dithered.com, I found that there seems to be
 only one filter that allows rules for Mac IE5 while hiding them from MOST
 other browsers.  Unfortunately, most does not include Mozilla (all
 platforms).  So I started looking for a way to hide *that* filter from
 Mozilla.  The most promising looking one hides things from Mozilla, but
 allows Mac IE5 to see them.

I'm not sure what the approach is that you tried, but have you read
this article?
http://www.stopdesign.com/examples/ie5mac-bpf/

-Justin Reid
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] Possible combination filter for MAC IE? Thoughts?

2005-08-10 Thread Philippe Wittenbergh


On 11 Aug 2005, at 4:22 am, [EMAIL PROTECTED] wrote:

After reviewing the chart at dithered.com, I found that there seems to 
be
only one filter that allows rules for Mac IE5 while hiding them from 
MOST

other browsers.  Unfortunately, most does not include Mozilla (all
platforms).  So I started looking for a way to hide *that* filter from
Mozilla.  The most promising looking one hides things from Mozilla, but
allows Mac IE5 to see them.



If it is one specific rule you want to show to IE mac only:

* htmlbody selector {/* rules */}

more future proof, as we don't know what the upcoming IE 7 will do, is 
hiding all IE 5 Mac hacks in a separate stylesheet.

http://www.l-c-n.com/IE5tests/hiding/#anshow


Philippe
---
Philippe Wittenbergh
http://emps.l-c-n.com/

__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] Possible combination filter for MAC IE? Thoughts?

2005-08-10 Thread David Hucklesby
On Wed, 10 Aug 2005 15:22:59 -0400, [EMAIL PROTECTED] wrote:

 That being the case, it seems like the best way to do this is to
 set up a hack that specifically feeds overrides to Mac IE5.

J., I believe that IE 5 Mac is the only browser that will import
a style sheet using this syntax:

 @import (ie5mac.css);

Cordially,
David
--
David Hucklesby, on 8/10/2005
http://www.hucklesby.com/
--


__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/