> Sunny wrote:
>
>> I know how to prevent v.4 browsers from getting my styles, but
>> how do I stop IE5/Mac from getting them?? All I know how to do is
>> to give them
>> something different, not how to exclude them entirely.
>>
On Thu, 3 Aug 2006 13:54:46 +1000, Geoff Pack replied:
>
> see: http://centricle.com/ref/css/filters/
>
>[EMAIL PROTECTED] url('styles.css'); /* excludes NS4, Mac IE5 */
>[EMAIL PROTECTED] 'styles.css'; /* excludes NS4, IE4, Mac IE5 */
>
You may also want to give some styles to that browser alone.
I believe that this does it:

  @import ("ie5mac.css")

Cordially, David.
--




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

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

Reply via email to