add layer over active content

allinone

New Member
Messages
227
Reaction score
0
Points
0
is there any method to add layer over the active content. i m having a swf file in my webpage and i want my popup window over the flash file but its appearing behind it.......what should i do:dunno::dunno::dunno::dunno::dunno::dunno::dunno::dunno::dunno:
 

Scoochi2

New Member
Messages
185
Reaction score
0
Points
0
is there any method to add layer over the active content. i m having a swf file in my webpage and i want my popup window over the flash file but its appearing behind it..
You need to use absolute positioning in your CSS. More specifically, you need to set the z-index for the content.
Take a look at the example here and play around with it a bit. You will see the results on the right of the page :)
 

mephis

New Member
Messages
39
Reaction score
0
Points
0
in addition you might also want to add the tag wmode="transparent" to the <embed> tag of your flash <object>
same sort of thing happened to me before: even with CSS z-index of >1000, flash would still get the topmost layer...
 
Top