I have a client who wants a website to support all the way back to IE6, but he also wants some features only avaliable in CSS, which don't work properly in IE6. (Yes Ive tried the workarounds I know)
I had an idea where there are two versions of the website. One in 'old code' which works with IE6/7 and a modern one.
I guess what I'm asking is a piece of Javascript that runs as soon as the HTML file is loaded, ckecks to see if they're running IE6/7 then redirects the user to the new website root.
The modern one is stored simply at the website root, and the IE6/7 compat. one is 'ieold/index2.html'