• User Attivo

    Centrare - Multibox (mootools) - JAVASCRIPT

    Ciao ragazzi,
    vi dico subito che non sono esperto di javascript tutt'altro eheh. Sono qui per chiedervi una mano su come centrare l'apertura della foto di multibox.
    Praticamente dallo script scaricato lascio solo questo (lo copio tutto):
    [HTML]
    <html>
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
    <title>SCWD</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="../_common/js/mootools.js"></script>
    <script type="text/javascript" src="../utils/overlay.js"></script>
    <script type="text/javascript" src="multibox.js"></script>
    <style type="text/css">
    #htmlElement {
    padding: 10px;
    background-color: #000;
    }
    </style>

    </head>
    <body>
    <table align=center width=400>
    <tr>
    <td align=center>
    <div class="entry-content">
    <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 />

    <script type="text/javascript">
    

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

    </td>
    </tr>
    </table>

    <script type="text/javascript">
    var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
    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>
    [/HTML]
    Diciamo che con la pagina di default l'apertura è perfettamente centrata ora con questo script ritagliato manca qualcosa...ho provato a fare delle prove ma senza buon fine. Mi date una mano?
    (Spero di aver postato nella corretta sezione)
    Grazie 😄


  • User Attivo

    Ragazzi fermi tutti ci sono riuscito cioè mancava ad inizio pagina prima del tag <html> questo:
    [HTML]
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
    [/HTML]
    Grazie comunque potete chiudere 😄