scratch/content/html/en/blog/2009-10-30-How-to-handle-evil-IE.md
2010-05-09 14:53:46 +02:00

1.6 KiB

isHidden menupriority kind created_at title author_name author_uri tags
false 1 article 2009-10-30T22:34:46+02:00 How to handle evil IE Yann Esposito yannesposito.com
web
webdesign
jQuery

For developer IE is a nightmare. This is why, I use a method to disable my standard CSS and enable a IE only CSS. I use jQuery to accomplish that.

$(document).ready( function() { if ($.browser["msie"]) { // include the ie.js file $('head').append('