scratch/content/html/fr/blog/2009-10-30-How-to-handle-evil-IE.md
Yann Esposito (Yogsototh) 3e6f37779e Clean some french content
2010-04-29 18:19:28 +02:00

1.5 KiB

menupriority kind created_at title tags
1 article 2009-10-30T22:34:46+02:00 Une CSS pour IE seulement
web
webdesign
jQuery

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.

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