zorder (z-index) problem in webkit browser

  • It works fine in Firefox. This work: http://sanalgezinti.net/yeni/vw-showroom/home.html
    krpano version 1.19.pr10

    But in webkit browsers z-index does not work html buttons added.

    iframe xml code:

    HTML bottons:

    Code
    <a href="#" style="position:absolute; top:50px; right:450px; z-index:1;" onclick="test_surusu(); return false;">TEST SÜRÜŞÜ</a>
    <a href="#" style="position:absolute; top:50px; right:300px; z-index:1" onclick="bilgi_al(); return false;">BİLGİ AL</a>
    <a href="#" style="position:absolute; top:50px; right:150px; z-index:1" onclick="canli_yayin(); return false;">CANLI YAYIN</a>
    <a href="#" style="position:absolute; top:50px; left:420px; z-index:1"  onclick="close_win(); return false;">CLOSE</a>


    Please help me.. *cry*

Participate now!

Don’t have an account yet? Register yourself now and be a part of our community!