Visualizzazione dei risultati da 1 a 4 su 4
  1. #1
    Utente di HTML.it L'avatar di t30n3
    Registrato dal
    Jun 2005
    Messaggi
    111

    Problema collegamento...

    Ho un problema nella creazione di una pagina web, e vi posto qui il codice...

    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
    <html>
    <head><SCRIPT LANGUAGE="javaScript" src="menu.js"></SCRIPT>
    <title></title>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
    <style type="text/css">
    <!--
    .testo {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    color: 0D1C47;
    text-decoration: none;
    }
    .testo-sx {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    color: #FFFFFF;
    text-decoration: none;
    }
    -->
    </style>
    <style type="text/css">

    .testo-big
    {
    font: Verdana;
    font-size: 18px;
    font-weight: none;
    color: #0D1C47;
    text-decoration: none;
    A:link { font-size: 15px}
    A:visited { font-size: 15px}
    A:hover { font-size: 20px}
    }

    <!--
    .testo-up {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #FFFFFF;
    text-decoration: none;
    }
    a:hover {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #990000;
    text-decoration: none;
    }
    -->
    </style>
    </head>

    <body background="img/bg-pag.gif" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
    <table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0">
    <tr>
    <td align="center" valign="top"><table width="740" height="100%" border="0" cellpadding="0" cellspacing="0">
    <tr>
    <td width="740" height="94" valign="top">
    <table width="740" border="0" cellspacing="0" cellpadding="0">
    <tr>
    <td width="740" height="80"><object classid="clsid27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="740" height="80">
    <param name="movie" value="swf/head-static.swf">
    <param name="quality" value="high">
    <embed src="swf/head-static.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="740" height="80"></embed></object></td>
    </tr>
    <SCRIPT LANGUAGE="javaScript">document.write(menu);</SCRIPT>
    </table></td>
    </tr>
    </table></td>
    </tr>
    </table>
    </td>
    </tr>
    <tr>
    <td width="740" height="100%" valign="top"><table width="740" height="100%" border="0" cellpadding="0" cellspacing="0" background="img/bg_content.gif">
    <tr>
    <td width="156" height="430" align="left" valign="top" background="img/bg_sx_up.jpg" style="background-repeat:repeat-x"><table width="156" border="0" cellspacing="0" cellpadding="0">
    <SCRIPT LANGUAGE="javaScript">document.write(prodotti);</SCRIPT>
    </td>
    <td width="10">[img]img/vuoto.gif[/img]</td>
    </tr>
    </table>


    </p>
    </td>
    <td width="584" align="center" valign="top" background="img/bg_mid_up.jpg" style="background-repeat:repeat-x"><table width="584" border="0" cellspacing="0" cellpadding="0">
    <tr>
    <td colspan="3">[img]img/vuoto.gif[/img]</td>
    </tr>
    <tr>
    <td width="25"></td>
    <td width="490" align="left" valign="top">
    <table width="100%" height="15" border="0" cellpadding="0" cellspacing="0">
    <tr>
    <td width="15" bgcolor="#FFFFFF">[img]img/vuoto.gif[/img]</td>
    <td align="left" valign="middle" class="testo" bgcolor="#FFFFFF">prodotti</td>
    <td width="350" background="img/bg_tit.gif"></td>
    </tr>
    </table>
    <p class="testo-big" align="justify">


    Nel proprio catalogo, Toyotomi offre una vasta gamma di prodotti che si differenzia nel mercato del condizionamento residenziale per l’elevata efficienza.


    Toyotomi adotta refrigerante R-410° che non danneggia l’ambiente, in tutti i prodotti del programma Inverter.


    Le nuove pompe di calore Toyotomi sono in CLASSE A ed uniscono un design attraente ad un sistema di filtrazione ad elevatissime performances.

    </p>
    <p class="testo"></p></td>
    <td width="69"></td>
    </tr>
    </table>
    </td>
    </tr>
    </table></td>
    </tr>
    <tr>
    <td width="740" height="130">[img]img/img_dw.jpg[/img]</td></tr></table></td></tr></table></body></html>
    Il fatto è ke quando il mouse passa sopra uno dei tre collegamenti, ad esempio "efficienza", cambia il formato del testo oltre ke al carattere e al colore, e non dovrebbe farlo...

    Nel proprio catalogo, Toyotomi offre una vasta gamma di prodotti che si differenzia nel mercato del condizionamento residenziale per l’elevata efficienza.


    Toyotomi adotta refrigerante R-410° che non danneggia l’ambiente, in tutti i prodotti del programma Inverter.


    Le nuove pompe di calore Toyotomi sono in CLASSE A ed uniscono un design attraente ad un sistema di filtrazione ad elevatissime performances.
    Non sono esxtissimo, e vorrei saxe xkè fa ciò...

    Grazie mille.

  2. #2
    ricontrolla il css: è scritto un pochetto da cani.
    intanto non puoi mettere un controllo a:link all'interno di una dichiarazione:
    codice:
    .testo-big
    {
    font: Verdana;
    font-size: 18px;
    font-weight: none;
    color: #0D1C47;
    text-decoration: none;
    A:link { font-size: 15px}
    A:visited { font-size: 15px}
    A:hover { font-size: 20px}
    }
    ma lo devi lasciare esterno:
    codice:
    .testo-big{....}
    A:link { font-size: 15px}
    A:visited { font-size: 15px}
    A:hover { font-size: 20px}
    inoltre, consiglio:
    elimina le tabelle e usa i solo i css per la formattazione del testo

  3. #3
    Utente di HTML.it L'avatar di t30n3
    Registrato dal
    Jun 2005
    Messaggi
    111
    anke facendo come dici non mi cambia una mazza....

  4. #4
    Leva questo

    a:hover {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #990000;
    text-decoration: none;
    }

    dal codice; anche se commentato potrebbe dare problemi. Fammi sapere. Lut

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 © 2025 vBulletin Solutions, Inc. All rights reserved.