ml-tsai / curved-corner

Automatically exported from code.google.com/p/curved-corner
0 stars 0 forks source link

zIndex issue with fix suggestion #74

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
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