Vertical menu sroll down under the flash

Discussion in 'CSS' started by goliathus, Nov 5, 2007.

  1. #1
    Hi,
    Is there a way how to scroll down my CSS menu (based on list tags - UL) above the FLASH? Bcoz now, flash is always on top and menu scroll under it ... I tried to put <object> into the <div> with small z-index, also gave small z-index to object, but nothing works ...

    Thanks
     
    goliathus, Nov 5, 2007 IP
    Fret-Less likes this.
  2. ska_mna

    ska_mna Peon

    Messages:
    11
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Hi,

    Try in your Flash embed code;

    <PARAM NAME=wmode VALUE=transparent>

    Or if you're using SWFObject or another embedding method, just put in the appropriate parameter to make the Flash movie transparent.

    See if that works.
     
    ska_mna, Nov 5, 2007 IP
  3. goliathus

    goliathus Peon

    Messages:
    93
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #3
    doesn't work ..
     
    goliathus, Nov 5, 2007 IP
  4. thechasboi

    thechasboi Guest

    Messages:
    65
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #4
    goliathus

    First question what doctype is the browser in. It must not be in quirks mode. Second there is a wmode that can be used to layer things. it is opaque not transparent. I use it all the time but the tricky thing is that if you want this to work in ff on mac and gecko browsers on mac you need to make sure the doctype is not quirks or in compliance mode.
     
    thechasboi, Nov 5, 2007 IP
  5. goliathus

    goliathus Peon

    Messages:
    93
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #5
    Thanks.
    Doctype is: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
     
    goliathus, Nov 5, 2007 IP