Not signed in (Sign In)

Vanilla 1.1.5a is a product of Lussumo. More Information: Documentation, Community Support.

    • CommentAuthorFloren
    • CommentTimeJul 14th 2010 edited
     
    Hello friends:

    I'm trying to look the WS-Slideshow behind my menu items. Using z-index and possition properties in the CSS, I see the div#flashcontent behind (without the Flash), but if I enable the Flash, these always is in the front.

    Any suggestion?

    Thanks!
    •  
      CommentAuthorsectore
    • CommentTimeJul 14th 2010
     
    Hey Floren,

    have got an url to check it out?

    -Jens
    www.ws-slideshow.com
    • CommentAuthorFloren
    • CommentTimeJul 16th 2010
     
    http://www.diocesismalaga.es/index.php?mod=imagenes&secc=galeria

    Thanks for all!
    •  
      CommentAuthorsectore
    • CommentTimeJul 16th 2010
     
    Hi Floren,

    it seems this issue occurs only few browsers, e.g. Internet Explorer. At stackoverflow you will find some helpful tips here: "Why doesn’t Z-Index in IE render the way it’s supposed to over a Flash Movie?"

    Adobe has a technote about this, too: Technote 15523: "Flash content displays on top of all DHTML layers"

    To fix this issue try to set the WMODE parameter to 'opaque' or 'transparent'.
    ws.addParam("wmode", "opaque");

    -Jens
    www.ws-slideshow.com
    • CommentAuthorFloren
    • CommentTimeJul 19th 2010
     
    Runs fine! I added ws.addParam("wmode", "opaque"); and var params = { wmode: "opaque" }; Thanks!!