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
http://maxb.net/scripts/ieresize/resize.html
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.
“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 [...]
Appoggio con tutto il cuore.
Salva uno sviluppatore. Aggiorna il tuo Browser.
Say No To IE 6!
Say No To IE 6!
Our current campaign focuses on assisting users in upgrading their Internet Explorer 6 web browser. This campaign will result in former IE 6 users having a more enjoyable experience on the web while (hopefully) creating a [...]
…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
/*
*
* Black’n'White plugin [...]
By Massimiliano Balestrieri
|
Also posted in firefox, hack, javascript, jquery, plugins
|
Tagged blacknwhite, css, firefox, hack, ie, javascript, jquery, plugins
|