There is a way to ignore files/css in ie by this statement
<!--[if IE]>
<script src="js/ie_html5.js"></script>
<![endif]-->
Is there any another way to to ignore css in ie
I want to create whole different css for ie only but other css that are not rendering pages properly in ie i want to ignore them.