scratch/content/html/fr/blog/2009-10-30-How-to-handle-evil-IE.md
2010-05-09 14:53:46 +02:00

1.6 KiB

menupriority kind created_at title author_name author_uri tags
1 article 2009-10-30T22:34:46+02:00 Une CSS pour IE seulement Yann Esposito yannesposito.com
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('