You will recieve your password to this address. Address is not made public.

Your preferred username that is used when logging in.

How to disable "always on top" ? even z-index 1000 can"t do.. Created Aug 31, 2009

This thread is solved

Views: 2992     Replies: 2     Last reply Aug 7, 2011  
You must login first before you can use this feature

apenzzz

Posts: 3

Registered:
Aug 31, 2009

How to disable "always on top" ? even z-index 1000 can"t do..

Posted: Aug 31, 2009

dear all,
i want to override the click event on clip screen..
so i plan to use div that overlap the screen, so i can code my event myself..

but i found that the clip screen is always on top..
is there any ways to disable the "always on top"?

thanks before..

AstrAir

Posts: 2

Registered:
Nov 16, 2009

» How to disable "always on top" ? even z-index 1000 can"t do..

Posted: Nov 16, 2009

Reply to: How to disable "always on top" ? even z-index 1000 can"t do.., from apenzzz
I found a 'trick' to hide the player while showing the DIV-on-top.
Use the css attribute visibility.
'none' for hiding
'visible' for showing