A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: layering possible in CSS without AP Divs?

  1. #1
    participant
    Join Date
    May 2006
    Posts
    172

    layering possible in CSS without AP Divs?

    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!

  2. #2
    Senior Member
    Join Date
    Apr 2002
    Posts
    2,849
    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.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center