S
Sunny
Hi,
IE7 has a zoom feature.(In IE7, If you look at lower Right Corner,
there is a button that let you set the zoom level of ur webpage. the
default is 100%.)
The problem is I am drawing vml shapes on my webpage, at 100%
everything is fine, click events works fine, mouseover also works
fine, but when I zoom it to less than 90%. Everything messess up.
Click works, but away, like if there are 2 shapes together and I click
on one, the other one will show the data. same with mouseover, I take
the mouse over the shape, but before reaching the shape, it starts
showing the effects of that mouseover.
I tried to tackle this on window resize event. But it dont work.
I wonder, If anyone has encountered this type of problem before & have
a solution.
IE7 has a zoom feature.(In IE7, If you look at lower Right Corner,
there is a button that let you set the zoom level of ur webpage. the
default is 100%.)
The problem is I am drawing vml shapes on my webpage, at 100%
everything is fine, click events works fine, mouseover also works
fine, but when I zoom it to less than 90%. Everything messess up.
Click works, but away, like if there are 2 shapes together and I click
on one, the other one will show the data. same with mouseover, I take
the mouse over the shape, but before reaching the shape, it starts
showing the effects of that mouseover.
I tried to tackle this on window resize event. But it dont work.
I wonder, If anyone has encountered this type of problem before & have
a solution.