Phil, thanks for your reply. Your suggestion is actually presumed in the link @sumit posted:
https://gist.github.com/1365580 And yes, that will most likely be relevant. As I recall the code for my actual website at work, it already contains a very similar rule. The road for the IE6 hacks is interesting, but for me it's worth to investigate :) /Jesper On Monday, March 5, 2012 11:19:08 PM UTC+1, Phil Doughty wrote: > > You could use the HTML5 Boilerplate <http://html5boilerplate.com/> to > target the problem areas if you really want to bother with all that r > igmarole. > > <!doctype html public "✰"> > <!--[if lt IE 7]> <html lang="en-us" class="no-js lt-ie9 lt-ie8 lt-ie7"> > <![endif]--> > <!--[if IE 7]> <html lang="en-us" class="no-js lt-ie9 lt-ie8"> > <![endif]--> > <!--[if IE 8]> <html lang="en-us" class="no-js lt-ie9"> <![endif]--> > <!--[if gt IE 8]><!--> <html lang="en-us" class="no-js"> <!--<![endif]--> > <head> > > -- > > Phil Doughty > > *T*: +971 50 8879936 > *E*: philip_doughty > >