Event when the user changes font size in browser?

Posted by Christian on Stack Overflow See other posts from Stack Overflow or by Christian
Published on 2011-01-10T10:45:06Z Indexed on 2011/01/10 10:53 UTC
Read the original article Hit count: 150

Filed under:
|

I need to get informed when the user changes the font size in it's browser.

I need it to reposition some elements which have to be relative in one dimension to an anchor inside a text.

So far i haven't found anything and i'm a bit worried that it's not possible. In this case it should be possible to emulate it with a hidden div and some text inside and a script polling for changes of it's width. But i hope someone has a more elegant solution.

© Stack Overflow or respective owner

Related posts about JavaScript

Related posts about browser