Pagina 6 di 6 primaprima ... 4 5 6
Visualizzazione dei risultati da 51 a 53 su 53
  1. #51
    Ciao!
    Posso permettermi di mettere qui un esempio di cambiamento di sfondo?
    <html>
    <head>
    <title></title>
    <style>
    TD {font-size : 11px;
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;}
    A, A:ACTIVE, A:LINK, A:VISITED {
    color : #000000;font-size : 11px;
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    text-decoration : underline;}
    A:HOVER {color : Red; text-decoration : none;}
    A.menu, A:ACTIVE.menu, A:LINK.menu, A:VISITED.menu {
    background-color : Silver;color : #660000;
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size : 11px;text-align : center;
    width : 105px; height : 20px;
    text-decoration : none;
    border-bottom : 2px solid Gray; border-left : 1px solid #f7f7f7;
    border-right : 2px solid Gray; border-top : 1px solid #f7f7f7;}
    A:HOVER.menu1 {background-color : #660000;color : White;
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size : 11px;text-align : center;
    width : 105px;height : 20px;
    text-decoration : none;
    border-bottom : 2px solid Gray; border-left : 1px solid #f7f7f7;
    border-right : 2px solid Gray; border-top : 1px solid #f7f7f7;}
    TD.testata {background-color : #660000;
    color : #FFFFF0;font-size : 14px;}
    .tblocco {background-color : Gray;
    color : white;font-size : 12px;}
    .th {background-color : #eaeaea;
    color : #990000;font-size : 11px;
    border-bottom : 0px; border-left : 1px solid Silver;
    border-right : 1px solid Silver; border-top : 0px;}
    .sigla {font-size : 11px;text-align : center;
    border-bottom : 0px; border-left : 1px solid Silver;
    border-right : 1px solid Silver; border-top : 0px;}
    .note {border-bottom : 0px; border-left : 1px solid Silver;
    border-right : 1px solid Silver; border-top : 0px;}
    </style>
    </head>
    <body bgcolor="silver" marginheight="0" marginwidth="0" leftmargin="0" topmargin="0">

    <table cellpadding="0" cellspacing="0" width="100%" border="0">
    <tr>
    <td>

    <table cellpadding="0" cellspacing="0" width="100%" border="0">
    <tr>
    <td class="testata" nowrap width="100%">Scheda cliente </td>
    </tr>
    </table>

    </td>
    </tr>
    <tr>
    <td valign="top">

    <table border="0" cellpadding="0" cellspacing="0" bgcolor="Silver">
    <tr>
    <td nowrap height="20">
    <a href="topo.html"
    class="menu" target="sotto"
    onmouseover="this.className='menu1'" onmouseout="this.className='menu'">
    Persone</a></td>
    <td nowrap height="20">
    <a href="topo.html" class="menu" target="sotto"
    onmouseover="this.className='menu1'" onmouseout="this.className='menu'">
    Contatti</a></td>
    <td nowrap height="20">
    <a href="topo.html" class="menu" target="sotto"
    onmouseover="this.className='menu1'" onmouseout="this.className='menu'">
    Trattative</a></td>
    <td nowrap height="20">
    <a href="topo.html"
    class="menu" target="sotto"
    onmouseover="this.className='menu1'" onmouseout="this.className='menu'">
    Documenti</a></td>
    <td nowrap height="20">
    <a href="topo.html"
    class="menu" target="sotto"
    onmouseover="this.className='menu1'" onmouseout="this.className='menu'">
    Offerte</a></td>
    <td nowrap height="20">
    <a href="topo.html"
    class="menu" target="sotto"
    onmouseover="this.className='menu1'" onmouseout="this.className='menu'">
    Ordini</a></td>
    <td nowrap height="20">
    <a href="topo.html"
    class="menu" target="sotto"
    onmouseover="this.className='menu1'" onmouseout="this.className='menu'">
    Eventi</a></td>
    <td width="100%" bgcolor="Silver"></td>
    </tr>
    </table>

    </td>
    </tr>
    </table>
    </body>
    </html>
    Praticamente gioco con la classe dello stile mettendo un po' di java scritp ...
    onmouseover="this.className='menu1'" onmouseout="this.className='menu'"

  2. #52
    certo che puoi permetterti....il tuo esempio è corretto come codice ma come soluzione puoi ottenere lo stesso senza javascript....con i CSS!!

    risparmio di codice e di forze!
    Anche io leggo barze-bastarde
    Athlon 64 X2 4400@2500 daily - Zalman CNPS9500 - Asus A8n-Sli Premium - Crucial Ballistix Tracer PC4000 500mhz Sinc. - Sapphire Radeon X1900XT 512mb - Zalman VF900Cu - Seagate 320Gb 7200.10 - LG H22N 18x - T.t. Soprano - LcPower Titan 560W

  3. #53
    Ah dimenticavo ^__^ ecco qui trovate l'esempio on-line
    Esempio

    Spero sia utile

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.