PDA

View Full Version : wmode transparency showing black boxes as background


3pepe3
04-15-2008, 07:03 PM
Well this is very weird...
I have a main SWF embed on the html with swfobject and the wmode set to transparent on an absolut position.

#myBKG{
height: 100%;
position:absolute;
left:0;
top:0;
z-index:1;
}

Then over myBKG, i have another swf that is a custom shape with some buttons embeded also on the html and with this CSS

#footer {
border: none;
height:120px;
width:100%;
z-index:3;
}

the position of the footer is ok and it looks nice over the 'myBKG', until I place the mouse over the 'footer's buttons'.
The problem is that it starts showing black-boxes on the transparent area (like the red rectangle displayed when you select 'show redraw regions' on the ide player).
Is there any way to solve this? or the best solution would be to rethink the design?