jQuery if not IE, change style
Hello,
The !IE HTML tag isn't working so I am trying to use jQuery. The code below isn't working. Please can you help me?
<div id="notie"> <img src="images/warning.png" /> I'm sorry, you're not using Internet Explorer 9+. For technical reasons you will need to use Internet Explorer 9+ to copy the templates. </div> <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"> <script type="text/javascript"> !$.browser.msie('#notie').css('display','block'); </script> </body> </html>