Not signed in (Sign In)

Categories

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

    • CommentAuthorfabianross
    • CommentTimeMay 22nd 2007
     permalink
    Hi all,

    I'm developing this website based on Bento Box.

    http://www.halekonakai.com/index.php

    The problem I'm having on the Mac is that when I mouseover any menu item I get a black pane the drops down over the Monoslideshow. This appears to be what would be used for a submenu. However, I don't have any submenus published.

    The problem is worse on the second Monoslideshow link shown below. I have tried to use the code provided in other posts to remedy the problem, as you can see below, but it's not working.

    Monoslideshow #1

    Code:

    <script src="http://www.halekonakai.com/monoslideshow/swfobject.js" type="text/javascript">
    </script>
    <div id="monoSlideshow">
    <p>
    <b>Please install Flash and turn on Javascript.</b>
    </p>
    </div>
    <script type="text/javascript">
    // <![CDATA[
    var so = new SWFObject("monoslideshow/monoslideshow.swf", "SOmonoSlideshow", "642", "395", "7", "#1f1f1f");
    so.addParam("base", "monoslideshow/");
    so.write("monoSlideshow");
    so.addParam("transparent");
    so.addParam("wmode", "transparent");
    // ]]>
    </script>



    Monoslideshow #2

    Code:

    <script type="text/javascript" src="monoslideshow/swfobject.js"></script>
    <div id="HKKgallery">
    <p><strong>Please install Flash and turn on Javascript.</strong></p>
    </div>
    <script type="text/javascript">
    // <![CDATA[
    var so = new SWFObject("monoslideshow/monoslideshow.swf", "SOmonoSlideshow", "642", "395", "7", "#1f1f1f");
    so.addVariable("dataFile", "HKKgallery.xml");
    so.addVariable("showLogo", "false");
    so.addVariable("showVersionInfo", "false");
    so.addVariable("startWithImageID", "StartImage");
    so.addParam("transparent");
    so.addParam("base", "monoslideshow/");
    so.write("HKKgallery");
    so.addParam("wmode", "transparent");

    // ]]>
    </script>



    Here is a screenshot of what is happening in both Safari and FireFox for Mac.
    Screenshot of problem
    • CommentAuthorRedRhino
    • CommentTimeMay 22nd 2007
     permalink
    Hi there, I checked your site on Safari and FireFox for Mac and your site displayed perfectly. I didn't see any of the problems you were refering in your post. I hope this helps.
    • CommentAuthorgdpodesta
    • CommentTimeJun 10th 2008
     permalink
    Have had the same problem reported at http://biomedia.iriseducation.org/ by several Mac/Firefox users....no mono slide show!