Visualizzazione dei risultati da 1 a 3 su 3
  1. #1
    Utente di HTML.it
    Registrato dal
    Apr 2005
    Messaggi
    84

    errore nella validazione del sito

    ciao a tutti,
    sto cercando di validare una pagina e mi appare questo errore

    -------------------------------------
    Line 51, column 61: there is no attribute "BGPROPERTIES"

    ...dy background="./images/sfondo.jpg" bgproperties="fixed">

    You have used the attribute named above in your document, but the document type you are using does not support that attribute for this element. This error is often caused by incorrect use of the "Strict" document type with a document that uses frames (e.g. you must use the "Transitional" document type to get the "target" attribute), or by using vendor proprietary extensions such as "marginheight" (this is usually fixed by using CSS to achieve the desired effect instead).

    This error may also result if the element itself is not supported in the document type you are using, as an undefined element will have no supported attributes; in this case, see the element-undefined error message for further information.

    How to fix: check the spelling and case of the element and attribute, (Remember XHTML is all lower-case) and/or check that they are both allowed in the chosen document type, and/or use CSS instead of this attribute.
    -------------

    ah dimenticavo la mia intestazione e'

    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">

    come posso sostituire il comando che mi permette di tenere fisso la foto di sfondo?

    non uso fogli di stile, ma una semplicissima pagina con una tabella, una foto di sfondo e un testo scritto...una banalita'.

    grazie
    per l'aiuto

    ciao
    simone

  2. #2
    Utente di HTML.it L'avatar di Furcas
    Registrato dal
    Jul 2000
    Messaggi
    220
    usando i CSS

    codice:
    BODY { background: white url(./images/sfondo.jpg);
           background-attachment: fixed }
    You can't be nowhere. Because to be nowhere ... you must be somewhere
    (Charlie Crews - Life)

  3. #3
    Utente di HTML.it
    Registrato dal
    Apr 2005
    Messaggi
    84
    grazie. perfetto

    ciao

    simon

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.