flash overlaps menu

Discussion in 'CSS' started by t1me_tr0ve1er, Feb 18, 2010.

  1. #1
    flas ads. overlaps css dropdown menu. it's difficult to describe the problem. you can go to http://www.eng4u.cn/index.php?option=com_content&view=article&id=388&Itemid=58 and when you hover over the send menu, you can see the black flash ads overlaps the dropdown menu. it's above the menu. i want it underneath the menu. how to write the css code? tanks very much!
     
    t1me_tr0ve1er, Feb 18, 2010 IP
  2. pmek

    pmek Guest

    Messages:
    101
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Hi, it's hard to see which part you are talking about as I can't read that language! I didn't see the flash appear any menus though.

    If it is still a problem, try using a z-index in your css. Give the menu a higher z-index than the flash. z-index acts kind of like a layer, so the higher the z-index the higher your object is layer-wise.

    Have a read of this, it should help you out - http://www.echoecho.com/csslayers.htm
     
    pmek, Feb 19, 2010 IP
  3. kk5st

    kk5st Prominent Member

    Messages:
    3,497
    Likes Received:
    376
    Best Answers:
    29
    Trophy Points:
    335
    #3
    I don't have a font that includes that language character set, so can only assume the issue is as follows.

    The Flash plugin is a windowed object by default. It effectively floats above the page. You can change this behavior. Add <param name="wmode" value="opaque"> to the object element. For the embed element, add it as an attribute, wmode="opaque".

    cheers,

    gary
     
    kk5st, Feb 19, 2010 IP