views:

12

answers:

1

hi,

i'm using jquery + swfupload - the problem: when displaying a jQuery dialog, the swfupload-button always is on top and is overlapping the dialog window. i've already tried increasing the z-index of the dialog but didn't help. any ideas how to fix it?

thx

A: 

Have you tried to make the button position relative when setting the z-index?

femseks
the button is part of my gui, so the gui + the button have position:absolute - is there an issue about it with swfupload?
Fuxi
If you have position:absolute you should be allright.. I have had this problem myself, just dont remember how I solved it.. :\ Have you tried setting z-index and position on the swfupload object also?
femseks