Is this possible? I made a pretty neat site and it works perfect with Mozilla Fox, but when I test it on Internet Explore the mapping of the image is off. Is it possible to make it load with Mozilla Fox only and if a user uses Internet Explore redirect them to use Mozilla Fox?
How to make website load only with Mozilla Fox?
April 7th, 2010
Admin - how to make a website 

Posted in
Tags: 



1) You can use conditional comments to butcher it for IE without changing it for real browsers. http://msdn.microsoft.com/en-us/library/ms537512%28VS.85%29.aspx
2) You can use Javascript to detect the browser (http://www.quirksmode.org/js/detect.html ) and send people with IE to another, plain text, page that tells them that your site only supports real browsers.
Yes – just test the user agent string. See http://tinyurl.com/5m7pd for some info. there are zillions of other sites with info on this.
ie6nomore.com has some code that will encourage your IE users to upgrade. I’d change the first line to