Forum Moderators: open
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