I would have thought the best way to target a browser (be it IE5 or other)
was content negotiation. Detect the browser and serve content in the
appropriate format. Does anyone else get the feeling this technique is
rarely used whilst cruder methods proliferate?
IMHO, web servers can do a lot more
[mailto:[EMAIL PROTECTED]
// Sent: Thursday, 9 October 2003 8:02 PM
// To: [EMAIL PROTECTED]
// Subject: [WSG] Targeting IE5
//
//
// I would have thought the best way to target a browser (be it IE5
// or other)
// was content negotiation. Detect the browser and serve content in the
// appropriate
I agree completely James. Targetting browsers is an inefficient waste of
time in about 95% of cases. AFAIK its a big step backwards.
Having said that its hard to draw a line. We often find ourselves doing
things like
div classouterdiv class=inner
...and hiding some stuff inside @import to work
Evans.
Developer,
Red Square Productions.
[p] 8596.4000
[f] 8596.4001
[w] www.redsquare.com.au
-Original Message-
From: Ben Boyle [mailto:[EMAIL PROTECTED]
Sent: Thursday, 9 October 2003 10:02 PM
To: [EMAIL PROTECTED]
Subject: [WSG] Targeting IE5
I would have thought the best