html to appear in front of flash

Discussion in 'HTML & Website Design' started by Alex Petrus, Apr 12, 2013.

  1. #1
    http://digitalprostudio.ro/index.html

    I have a flash in center of page and I want a div in to appear in front of it.

    how to do that?
     
    Alex Petrus, Apr 12, 2013 IP
  2. creativewebmaster

    creativewebmaster Active Member

    Messages:
    654
    Likes Received:
    7
    Best Answers:
    4
    Trophy Points:
    78
    #2
    You can create one class in css and make that css class property as absolute position and set the width and height of the div as per your flash object size.

    May this help you :)
     
    creativewebmaster, Apr 12, 2013 IP
  3. matt_62

    matt_62 Prominent Member

    Messages:
    1,827
    Likes Received:
    515
    Best Answers:
    14
    Trophy Points:
    350
    #3
    I had to use the z index in order for the html to be on top, and that worked well. And the html is just in a div that is about 1/5th of the size of the flash window positioned by using absolute.

    pm me if you want to see my site, and you will be able to see for yourself the css / source code.
     
    matt_62, Apr 12, 2013 IP