
Re: Using PIE for IE8 only
I have only heard of a few ways of detecting zoom. None of them are flawless. One way was to just detect the required key strokes for IE: ctrl + +/- and ctrl + mwheelup/down, though that of course does not detect if the user zooms via the menu.
I saw a reference on a stack overflow post awhile back ... :
http://blog.sebastian-martens.de/2009/1 ... owser-zoo/Though I am unsure as to it's usefulness as I haven't tested it.
I'll do some research and see if I can find any, though I don't think the results will be pleasant.
~
Edit: With detecting the required key, this was the article I was referring to:
http://mlntn.com/2008/12/11/javascript- ... nt-plugin/