Closed GoogleCodeExporter closed 9 years ago
If you manually set z-index on images it might be lost. Please try rotate
images, but set z-index on their containers:
<div class="container" style="z-index:1">
<img src="myimage.jpg>
</div>
Original comment by wil...@gmail.com
on 24 May 2012 at 10:01
yes that worked thanks,
can i know why elements loses their z-index value after rotation ?
Original comment by to...@mh.com.eg
on 24 May 2012 at 10:18
Yes - cause in IE7 they are replaced with VML object and not all attributes are
copied as you can see :)
Original comment by wil...@gmail.com
on 24 May 2012 at 10:24
Original issue reported on code.google.com by
to...@mh.com.eg
on 24 May 2012 at 10:00