Hi, My site IE layout is messed up. is there a way to make a java neat screen before site loads showing "Optimised for FF and Chrome with some other text" The style similar to ( graying rest of screen groupon.de) Please help want to implement ASAP this will be only for users coming with IE
When somebody has disabled javascript than will see it. So I recommend something like this: Instead of google write your page with info... <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <!--[if IE]> <meta HTTP-EQUIV="REFRESH" content="0; url=http://www.google.com"> <![endif]--> <title></title> </head> <body> aaa </body> </html> Code (markup):