Profile image for Keith McLaughlin Keith
To target non ie browsers using conditional comments.
Language
HTML
Tags
ie

IE Conditional Comment

1 <!--[if !IE]><!--> 2 <h1>You are NOT using Internet Explorer</h1> 3 <!--<![endif]-->

Comments