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

-------------------------------
[EMAIL PROTECTED]
http://olaf-bosch.de
www.akitafreund.de
-------------------------------

Reply via email to