Hello

Does anyone have any information on techniques for detection of text
resizing and/or page zooming?

Am i correct in saying that the only element that supports onresize
(resize in jQuery terms) is the window element?

It seems completely appropriate for browsers to support the onresize
event on the document object or even text elements themselves, in
order to solve the problem of web developers needing to code for
differing page presentation.

I know purists would like developers to code with em values and make
everything relative but this is not as trivial as it may seem.

Is it possible to bind an non-native event to an element with jQuery?
I'm guessing no.

If not, are there any techniques others have used to achieve text /
page zoom detection?

Thanks
pd

Reply via email to