• User Newbie

    problema con multibox per html

    salve ho il seguente problema
    vorrei mettere nel mio sito una gallery video e girando nel web ho trovato questo phatfusion.net/multibox/ ecco il problema quando la imposto su html non appare quel box nero per l-ingrandimento delle immagini video qualcuno mi può aiutare grazie


  • User Attivo

    Ciao pamela83 e benvenuta nel Forum GT,

    non so' se ho capito bene il problema. In ogni caso prova a postare il pezzo di codice con cui inserisci la gallery.
    Hai usato l'opzione

    [html]rel="type:element"[/html]

    giusto?

    :ciauz:


  • User Newbie

    @olaola said:

    Ciao pamela83 e benvenuta nel Forum GT,

    non so' se ho capito bene il problema. In ogni caso prova a postare il pezzo di codice con cui inserisci la gallery.
    Hai usato l'opzione

    [html]rel="type:element"[/html]giusto?

    :ciauz:
    ciao il vero problema è con moontools
    ecco il codice

    <head>

    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
    <title>phatfusion : multibox</title>

    <link rel="stylesheet" href="../_common/css/main.css" type="text/css" media="all">

    <link href="multibox.css" rel="stylesheet" type="text/css" />
    <!--[if lte IE 6]><link rel="stylesheet" href="ie6.css" type="text/css" media="all" />
    <![endif]-->

    <script type="text/javascript" src="mootools-1.2-core-nc.js"></script>
    <script type="text/javascript" src="overlay.js"></script>
    <script type="text/javascript" src="multibox.js"></script>

    <style type="text/css">

    #htmlElement {
    padding: 10px;
    background-color: #000;
    }

    </style>

    </head>
    <body>

    <div id="container">
    
        
        <h3 class="example">example</h3>
        <div id="example">
            <a href="files/IMG_8966.jpg" id="mb1" class="mb" title="Image Title 1 (jpg)"><img src="files/tIMG_8966.jpg" alt="" border="0" /></a>
              <div class="multiBoxDesc mb1">This is my descrition text 1. It can support html.</div>
    

    <a href="files/IMG_6608.jpg" id="mb2" class="mb" title="Image Title 2 (jpg)"><img src="files/tIMG_6608.jpg" alt="" border="0" /></a>
    <div class="multiBoxDesc mb2">This is my descrition text 2. It can support html.</div>
    <a href="files/IMG_7210.jpg" id="mb3" class="mb" title="Image Title 3 (jpg)"><img src="files/tIMG_7210.jpg" alt="" border="0" /></a>
    <div class="multiBoxDesc mb3">This is my descrition text 3. It can support html.</div><br />

    <a href="files/curly.flv" rel="width:400,height:300" id="mb4" class="mb" title="Movie">flv example</a>
    <div class="multiBoxDesc mb4">flv example</div><br />

    <a href="files/curly.mov" rel="width:400,height:310" id="mb5" class="mb" title="Movie">mov example</a>
    <div class="multiBoxDesc mb5">mov example</div><br />

    <a href="files/curly.wmv" rel="width:400,height:350" id="mb6" class="mb" title="Movie">wmv example</a>
    <div class="multiBoxDesc mb6">wmv example</div><br />

    <a href="files/curly.rmvb" rel="width:400,height:300" id="mb7" class="mb" title="Movie">real example</a>
    <div class="multiBoxDesc mb7">real example</div><br />

              <br />
    
              <br />
    
              <br />
    

     <br />

        <script type="text/javascript">
            var box = {};
            window.addEvent('domready', function(){
                box = new MultiBox('mb', {descClassName: 'multiBoxDesc', useOverlay: true});
            });
        </script>
        </div>
        
        
    </div>
    

    <script type="text/javascript">
    var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "ht://ww.");
    document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
    </script>
    <script type="text/javascript">
    var pageTracker = _gat._getTracker("UA-3333085-1");
    pageTracker._initData();
    pageTracker._trackPageview();
    </script>

    </body>
    </html>