Window on Entering Homepage

Discussion in 'JavaScript' started by rajivv, Mar 31, 2011.

  1. #1
    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
     
    rajivv, Mar 31, 2011 IP
  2. Jan Novak

    Jan Novak Peon

    Messages:
    121
    Likes Received:
    5
    Best Answers:
    1
    Trophy Points:
    0
    #2
    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):
     
    Jan Novak, Mar 31, 2011 IP
  3. rajivv

    rajivv Peon

    Messages:
    335
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Project over
     
    rajivv, Apr 1, 2011 IP