scratch/content/html/fr/blog/2009-10-30-How-to-handle-evil-IE.md
Yann Esposito (Yogsototh) c85e6fbbdc nettoyage fr
2010-04-29 16:59:14 +02:00

1.6 KiB

isHidden menupriority kind created_at title tags
false 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('