I am using \[code\]zoom\[/code\] to scale content, however in IE 9, zooming in or out causes the entire element to disappear from display. It seems that attempting to position the \[code\]<div>\[/code\] that is being zoomed on either via styles like \[code\]left\[/code\], \[code\]top\[/code\], or even \[code\]margin\[/code\] will make the element disappear, but removing them will allow the element to zoom.I would expect that the element would zoom and maintain the centered position, as it does in IE 8. I've created an example of this situation in JSFiddle.