Please write
var el_zindex = parseInt(el.currentStyle.zIndex);
if (isNaN(el_zindex)) { el_zindex = 0; }
before find element that provides position:relative
So vml zIndex will depend of current element instead of parent element.
Thanks
Original issue reported on code.google.com by dmitry.b...@gmail.com on 13 May 2011 at 10:46
Original issue reported on code.google.com by
dmitry.b...@gmail.com
on 13 May 2011 at 10:46