Tag Archives: ie

IE: resize timer

Se volete collegare qualcosa all’evento resize (su IE) vi conviene usare sempre questo snippet di codice (jQuery): var _resize_timer = null; $(window).bind(‘resize’, function(ev) { if (_resize_timer) clearTimeout(_resize_timer); _resize_timer = setTimeout(function(){ //CODE }, 100); }); invece del semplice (e funzionante codice) $(window).bind(‘resize’, function(ev) { //CODE }); Provate voi stessi a ridimensionare la finestra (IE) : http://maxb.net/scripts/ieresize/resize-ie.html [...]

IE: document.body is null

Prima di impazzire come ho fatto io guardate questi 3 link (con ie). http://maxb.net/scripts/base/bug-on.html http://maxb.net/scripts/base/bug-off.html http://maxb.net/scripts/base/base.html Il tag <base /> potrebbe essere il problema. Dico potrebbe perchè stiamo parlando di internet explorer. Il condizionale è d’obbligo.

Forse è la volta buona!

“InfoWorld’s Randall Kennedy reports on rumors that IE8 may be Internet Explorer’s swan song: ‘IE8 is the last version of the Internet Explorer Web browser,’ Kennedy writes. ‘It seems that Microsoft is preparing to throw in the towel on its Internet Explorer engine once and for all.’ And what will replace it? Some are still [...]

black’n'white 1.0

…because IE sucks. This plugin is a tribute to the “Firefox Download Day 2008″. This plugin helps people moving away from Internet Explorer turning the colors of your website to a grayscaled version (using a property of Explorer itself!). It was written from an idea of Andy Clarke and a suggest of Simone Parato DOWNLOAD [...]

ie sucks – black’n'white

Da un idea di Andy Clarke. Grazie alla segnalazione di Simone. Da oggi questo sito verrà visualizzato in bianco e nero da tutti gli utenti che utilizzano ancora internet explorer 6. Non ho la forza, ne la voglia di spiegare cosa non vada in ie. In ie6 come in ie7… e tra poco in ie8. [...]