Shadow In IE9 Lags Animation

hovavappemyhor

New Member
I just accompolished making shadow below a DIV in my web page which i have been testing in IE9,
By using the following piece of CSS:\[code\]#test { filter: progid:DXImageTransform.Microsoft.Shadow(color=black,direction=180,strength=3); }\[/code\]After Making this, The Jquery Animation in my page is seems to be lagging.
The problem still persists Even i tried to increase the animation speed in Jquery.
Lagging get stops only when i remove the above mentioned code in my css.

Any clues to fix this issue .?
 
Back
Top