Hi all,

I use the Mid Pass filter[1] from Tantek Celik to supply IE5 Win 
specific styles to that browser:

@media tty {
  i{content:"\";/*" "*/}} @import 'ie5.css'; /*";}
}/* */

According to Celik, this should be safe for standards compliant 
browsers, provided they do not render to the 'TTY' medium

Does anyone see any problems with continuing this practice over the next 
few years?

I would rather use conditional comments, but I have not yet summoned the 
courage to hack the registry on my computer to allow conditional 
comments to work properly, hence I use the Mid Pass filter because I can 
test it locally in my multiple IE's.

Cheers

Ian

[1] http://www.tantek.com/CSS/Examples/midpass.html
-- 
_________________________________________________
zStudio - Web development and accessibility
http://zStudio.co.uk

Snippetz.net - Online code library
File, manage and re-use your code snippets & links
http://snippetz.net

______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to