;

PDA

Click to See Complete Forum and Search --> : layering possible in CSS without AP Divs?


nick616
08-07-2008, 05:03 PM
Is there any way to set up a Flash .swf above an image (not a background image) without using AP Divs?

If not, is there any way to get the AP Div to stay put relative to the other content? (I can only seem to get layers with absolute positioning)

Thanks!

rdoyle720
08-08-2008, 12:07 PM
I assume by "AP" you mean absolute positioning? You can also use relative positioning to place something above something else. You could also place the absolute positioned element within a relatively positioned element, which would would keep it in the flow of the other content.