Why would you do that?
If you really want to do this, why not separate the second div out of the zoom div.
<div>
<div style="-ms-content...">
<img /> // Can get zoomed
</div>
<div> // DOn't want to zoom
</div>
--James
<THE CONTENT IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND, WHETHER EXPRESS OR IMPLIED>
Thanks
MSDN Community Support
Please remember to "Mark as Answer" the responses that resolved your issue. It is a common way to recognize those who have helped you, and makes it easier for other visitors to find the resolution later.