Forum Moderators: open

Message Too Old, No Replies

Zindexing issue

DIV overlapping

         

kadnan

10:36 am on Jul 25, 2006 (gmt 0)

10+ Year Member



Hi

my script which is loaded on click event of firefox extenion calls a method which generated a div on run time and then move under cursor.

Its working fine on most sites but some sites like yaho.com,its not moving mt div around.

I checked source of yahoo and found that many yahoo divs have Z=indices upto 1200.

my DIV didnt have z-index defined.is this zindex reason that my div is stopped by other div?

right now my div dont have any z-index defined.

Thanks

-adnan

DrDoc

8:55 pm on Jul 31, 2006 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



That may very well be it, although there are other factors which may affect rendering as well. Try setting an insanely high z-index (like 999999).

[edited by: DrDoc at 8:56 pm (utc) on July 31, 2006]