Sent by Andrew Johns on 19 September 2002 14:02
> the @import trick for excluding ns4 is ok, but it only excludes ns4, things
> like IE4 will load the file and make a pigs ear out of it so script based
> filtering is the only way to go
that's annoying - So if I have a standard static html site which is designed to be accessible and
use css, server side scripting would not be an option so I'd need to do some kind of client-side
browser sniffing, which means anyone who has IE4 and scripting disabled will get a really messed up
site....
hmmm, do I cater for these people? or do I pretend there are no such people around, and hope that
the problem never actually materialises?
AJ