You are not logged in.

1

Saturday, June 17th 2017, 9:46am

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:

Source code

1
2
3
4
5
6
7
8
9
10
11
12
13
<style name="pencere-cont"  type="text"
   	align="center" x="0" y="0" 
   	width="100%"  
   	height="100%" 
   	background="true"
   	backgroundcolor="0x000000"
   	backgroundalpha="0.7" backgroundalpha.mobile="0"  backgroundalpha.tablet="0"
   	visible="false" 
   	zorder="100"
   	shadow="0" 
   	roundedge="0"
   	onclick="hidePencere();"
/>


HTML bottons:

Source code

1
2
3
4
<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*