not
<!--[if !IE]> <div class="sp1"> </div> <![endif]-->
http://msdn.microsoft.com/en-us/library/ms537512%28v=vs.85%29.aspx
If the following code fails to exclusively detect Firefox..<!--[if !IE]> ...statements... <![endif]-->
Use "Downlevel-revealed Conditional Comments" to get it working...<![if !IE]> ...statements... <![endif]>
<!--[if !IE]--> <!--[endif]-->
