treehouse : what would you like to learn today?
Web Design Web Development iOS Development

elements are totally messed up in Zspace

  • ok so on my website http://www.khaledstudios.com

    i have my Demo Reel on the sidebar and it is embedded using the SWFobject
    on the same page i have a picture that uses the lightbox photo viewer, but when i click an image to open the image in lightbox the demo reel remians ontop

    i tried changing the z-order (i changed it to 1) for the demo reel but that didnt help anything

    anyone know what to do?
  • Not sure if this will do it, but it's worth a shot.

    add:

    so.addParam(\"wmode\",\"transparent\");


    to the swfobject code when calling that demo reel. Sometimes that helps with z-index issues.
  • OMG WOW THAT TOTALY WORKED THANKS!