Visualizzazione dei risultati da 1 a 3 su 3
  1. #1
    Utente di HTML.it L'avatar di bagu
    Registrato dal
    Mar 2003
    Messaggi
    620

    validazione css:dove sta l'errore ?

    Sara' il mio inglese terribile ma mica ho capito dove sta l'errore ....
    qualcuno ha suggerimenti ?
    grazie Paolo



    URI :
    Line : 0 font-family: You are encouraged to offer a generic family as a last alternative
    Valid CSS information
    body {
    position : absolute;
    top : 10px;
    left : 10px;
    background-color : gray;
    margin : 0;
    font-size : 10px;
    color : black;
    font-family : Verdana;
    }
    h1 span {
    letter-spacing : -0.05em;
    text-transform : lowercase;
    background-color : #f4e072;
    }
    h1 {
    background-color : #f4e072;
    font-weight : bold;
    font-size : 2.5em;
    text-transform : uppercase;
    color : black;
    text-align : center;
    margin-top : 2.5em;
    border : 1px solid black;
    font-family : "Trebuchet MS", Arial, Helvetica;
    margin-bottom : 0;
    width : 375px;
    border-top : 1px solid inherit;
    border-left : 1px solid inherit;
    border-bottom : medium none inherit;
    border-right : 1px solid inherit;
    margin-left : 70px;
    margin-right : 70px;
    padding-top : 0.2em;
    padding-bottom : 0.2em;
    padding-right : 10px;
    padding-left : 25px;
    }
    div#content {
    border : 1px solid black;
    margin : 0;
    }
    div#back {
    background-image : url(sfondo.jpg);
    background-repeat : no-repeat;
    background-attachment : fixed;
    background-position : 0 200px;
    background-color : #c3bcb3;
    border : 5px solid silver;
    margin-right : 10px;
    }
    div#banner {
    background-color : silver;
    }
    h2 span {
    text-transform : lowercase;
    font-size : 100%;
    color : maroon;
    }
    h2 {
    font-family : "Trebuchet MS", Arial, Helvetica, sans-serif;
    text-align : center;
    font-size : 1.5em;
    font-weight : normal;
    background-color : #f5a350;
    color : black;
    margin-top : 0;
    width : 375px;
    border-top : medium none inherit;
    border-left : 1px solid black;
    border-bottom : 1px solid black;
    border-right : 1px solid black;
    margin-left : 70px;
    margin-right : 70px;
    padding-right : 10px;
    padding-left : 25px;
    padding-top : 0.2em;
    padding-bottom : 0.2em;
    margin-bottom : 2em;
    }
    p.intro {
    color : black;
    margin-left : 70px;
    margin-right : 70px;
    margin-bottom : 0.5em;
    margin-top : 0;
    }
    h3 {
    font-size : 1.1em;
    color : black;
    font-weight : bold;
    margin-top : 3em;
    margin-bottom : 0;
    margin-left : 90px;
    }
    p.copy {
    margin-left : 90px;
    margin-right : 70px;
    color : black;
    font-size : 1.15em;
    margin-top : 0;
    line-height : 130%;
    }
    a.navigation:link {
    font-family : "Trebuchet MS", Arial, Helvetica;
    font-size : 1.25em;
    display : block;
    text-decoration : none;
    font-weight : normal;
    color : black;
    padding-top : 0.1em;
    padding-bottom : 0.1em;
    padding-left : 0.3em;
    padding-right : 0.3em;
    background-color : #f4e072;
    margin-bottom : 0.5em;
    border : 1px solid black;
    width : auto;
    }
    a.navigation:visited {
    font-family : "Trebuchet MS", Arial, Helvetica;
    font-size : 1.25em;
    display : block;
    text-decoration : none;
    font-weight : normal;
    color : black;
    padding-top : 0.1em;
    padding-bottom : 0.1em;
    padding-left : 0.3em;
    padding-right : 0.3em;
    background-color : #f4e072;
    margin-bottom : 0.5em;
    border : 1px solid black;
    width : auto;
    }
    a.navigation:active {
    font-family : "Trebuchet MS", Arial, Helvetica;
    font-size : 1.25em;
    display : block;
    text-decoration : none;
    font-weight : normal;
    color : black;
    padding-top : 0.1em;
    padding-bottom : 0.1em;
    padding-left : 0.3em;
    padding-right : 0.3em;
    background-color : #f4e072;
    margin-bottom : 0.5em;
    border : 1px solid black;
    width : auto;
    }
    a.navigation:hover {
    font-family : "Trebuchet MS", Arial, Helvetica;
    font-size : 1.25em;
    display : block;
    text-decoration : none;
    font-weight : normal;
    color : black;
    padding-top : 0.1em;
    padding-bottom : 0.1em;
    padding-left : 0.3em;
    padding-right : 0.3em;
    background-color : #f5a350;
    margin-bottom : 0.5em;
    border : 1px solid black;
    width : auto;
    }
    Non so se Dio esiste ma se non esiste ci fa una figura migliore!
    - S. Benni -

  2. #2
    L'errore è il seguente:
    font-family : Verdana;
    Devi mettere due o più alternative di font come hai fatto nei righi sottostanti
    font-family : "Trebuchet MS", Arial, Helvetica;
    FEDERIX.IT - [Pillola] GRAFICA DEI FORM

    ...ho ancora quella forza che ti serve, quando dici "Si comincia!"

  3. #3
    Utente di HTML.it L'avatar di bagu
    Registrato dal
    Mar 2003
    Messaggi
    620
    Grazie !!!!
    Non so se Dio esiste ma se non esiste ci fa una figura migliore!
    - S. Benni -

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.