----- isHidden: false menupriority: 1 kind: article created_at: 2009-10-30T22:34:46+02:00 title: How to handle evil IE author_name: Yann Esposito author_uri: yannesposito.com tags: - 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('