scratch/content/html/en/blog/2009-10-30-How-to-handle-evil-IE.md
Yann Esposito (Yogsototh) 88c9f832df Clean content pages
2010-04-29 15:43:21 +02:00

1.5 KiB

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