scratch/content/html/en/blog/2009-10-30-How-to-handle-evil-IE.md
2010-03-12 15:37:42 +01:00

1.9 KiB

isHidden menupriority kind date title multiTitle multiDescription tags
false 1 article 2009-10-30T22:34:46+02:00 How to handle evil IE
en fr
How to handle evil IE with jQuery Une CSS pour IE seulement
fr en
Pour les développeur de site web Internet Explorer est un cauchemar. C'est pourquoi j'utilise un style complètement différent pour ce navigateur. Avec la librairie 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.
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('