[jQuery] Bind function on font-size changed
Hi all,
i have bind a function to windo resize:
$(window).bind('resize', function() {
setheight();
return false;
}).trigger('resize');
Works fine. What can i do to work the sethight() on change the Font-size
in browser (STRG +/-)?
--
Viele Grüße, Olaf
-------------------------------
olaf.bosch@t-online.de
http://olaf-bosch.de
www.akitafreund.de
-------------------------------