I’ve got a site that I just published and have just found a bunch of compatibility problems with Internet Explorer (surprise surprise!). I was on a time crunch and would like to keep the site up since it looks great on all other browsers but prevent people running Internet Explorer to see the site and give them a default splash page (if possible) while I work on the compatibility issues..
Is there a way to do this? I thought about using the conditional statements for the style sheets and maybe editing it that way but I thought I’d see if anyone knew of an easy way to do it.
you could use IE-only conditionals and display a overlay over the whole page, see here for conditionals . In your ie-only code you’d display something like this :