Pagina 2 di 2 primaprima 1 2
Visualizzazione dei risultati da 11 a 12 su 12
  1. #11
    Moderatore di Annunci siti web, Offro lavoro/collaborazione, Cerco lavoro L'avatar di cavicchiandrea
    Registrato dal
    Aug 2001
    Messaggi
    26,134
    Questo dovrebbe funzionare avendo una sintassi corretta
    codice:
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
    <head>
    <title>Titolo</title>
    <style type="text/css">
    #cache { position:fixed; right: 0; bottom: 0; z-index:10;}
    </style>
    <script type="text/javascript" language="javascript">
    function cacheOff()
    {
    document.getElementById("cache").style.display = "none";
    }
    </script>
    </head> 
    <body onLoad="cacheOff()">
    <div id="cache">
    <table width=400 bgcolor=#000000 border="0" style="border-width:3; border-
    color:000000; border-style:solid;" cellpadding=0 cellspacing=0> <tr>
    <td align="center" valign=middle>
    <table width=100% bgcolor=#ffff00 border="0" cellpadding=0 cellspacing=0>
    <tr>
    <td align="center" valign=middle><font face="verdana" size=3
    color=#000000>
    Caricamento in corso</font>
    </td>
    </tr>
    </table>
    </td>
    </tr>
    </table>
    </div>
    </body>
    </html>
    Cavicchi Andrea
    Problemi con javascript, jquery, ajax clicca qui

  2. #12
    Originariamente inviato da cavicchiandrea
    Questo dovrebbe funzionare avendo una sintassi corretta
    codice:
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
    <head>
    <title>Titolo</title>
    <style type="text/css">
    #cache { position:fixed; right: 0; bottom: 0; z-index:10;}
    </style>
    <script type="text/javascript" language="javascript">
    function cacheOff()
    {
    document.getElementById("cache").style.display = "none";
    }
    </script>
    </head> 
    <body onLoad="cacheOff()">
    <div id="cache">
    <table width=400 bgcolor=#000000 border="0" style="border-width:3; border-
    color:000000; border-style:solid;" cellpadding=0 cellspacing=0> <tr>
    <td align="center" valign=middle>
    <table width=100% bgcolor=#ffff00 border="0" cellpadding=0 cellspacing=0>
    <tr>
    <td align="center" valign=middle><font face="verdana" size=3
    color=#000000>
    Caricamento in corso</font>
    </td>
    </tr>
    </table>
    </td>
    </tr>
    </table>
    </div>
    </body>
    </html>
    Grazie mille funziona!!

Permessi di invio

  • Non puoi inserire discussioni
  • Non puoi inserire repliche
  • Non puoi inserire allegati
  • Non puoi modificare i tuoi messaggi
  •  
Powered by vBulletin® Version 4.2.1
Copyright © 2026 vBulletin Solutions, Inc. All rights reserved.