No IE Users!

Out of context: Reply #9

  • Started 17 years ago
  • Last post 17 years ago
  • 16 Responses
  • amullins0

    HTML :
    <!--[if IE 6]><div id="ie6_wrapper"><![endif]-->
    <div id="wrapper">
    <div id="ie6_content">ie6 content goes here</div>
    <div id="content">content goes here</div>
    </div>
    <!--[if IE 6]></div><![endif]-->

    CSS :
    div#ie6_content { display: none; }
    div#ie6_wrapper div#ie6_content { display: block; }
    div#ie6_wrapper div#content { display: none; }

View thread