Drop down menus hidden by krpano flash viewer....

  • Hey Everyone,

    I've got a somewhat urgent issue to deal with. I've got a site where the drop down menu is hidden by the flash viewer. Neither the web designer or myself can figure this out. I'm hoping someone on this forum knows how to handle this issue. We've tried the z order but to no affect. The test site link is below. Any suggestions are appreciated.

    http://animamedia.org/caracol/san-pe…rtual-tour.html

    Regards,

    Ben

  • i think you need to add this to the html page under where you declare krpano.swf

    so.addParam("wmode","opaque");

    in this area

    <script type="text/javascript">
    // <![CDATA[
    if (typeof(deconcept) !== 'undefined')
    {
    if (deconcept.SWFObjectUtil.getPlayerVersion().major >= 9)
    {
    var so = new SWFObject("krpano.swf","krpanoSWFObject","100%","100%","9.0.28","#000000");
    so.addParam("allowFullScreen","true");
    so.addParam("wmode","opaque");
    so.useExpressInstall("../../core/swfobject/expressinstall.swf");
    so.setAttribute("xiRedirectUrl", window.location);

    so.addVariable("xml", "FRONTDRIVE.xml");

    if (so.write("krpanoDIV")) { var mousewheelfixes = new SWFkrpanoMouseWheel(so); }
    }
    else

  • Hi Ben,

    I think VN2009 is right...

    But I have noticed another problem...
    There is no drop menu items to be displayed in your menu !!! the submenu is missing in all your 3 pano pages (<ul class="sub">)...


    Here your normal pages:

    Perhaps you must check your html code...

    SAlut.

Jetzt mitmachen!

Sie haben noch kein Benutzerkonto auf unserer Seite? Registrieren Sie sich kostenlos und nehmen Sie an unserer Community teil!