Visualizzazione dei risultati da 1 a 5 su 5

Discussione: sfondo con firefox

  1. #1
    Utente di HTML.it L'avatar di agenti
    Registrato dal
    Feb 2002
    Messaggi
    2,427

    sfondo con firefox

    ciao a tutti...
    sto ottimizzando un sito per firefox...
    ho una difficoltà con le immagini di sfondo o meglio non le visualizza per come passo il codice:
    codice:
    <td width="137" height="22" valign="top" background="../images/miei_viaggi.gif" style="background-repeat: no-repeat; background-attachment: fixed; background-position: center top">
    in Ie5 e 6 funziona
    ciao e grazie.

  2. #2
    prova a inglobare nello style anche il riferimento all'immagine di sfondo:

    codice:
    <sytle="backgroun-image:url(../images/miei_viaggi.gif); ...">
    ciao

  3. #3
    Utente di HTML.it L'avatar di agenti
    Registrato dal
    Feb 2002
    Messaggi
    2,427
    ho fatto così... ma non va...
    codice:
    <td width="137" height="22" valign="top" background="../images/miei_viaggi.gif" style="background:url(../images/miei_viaggi.gif);background-repeat: no-repeat; background-attachment: fixed; background-position: center top">

  4. #4
    Originariamente inviato da agenti
    ho fatto così... ma non va...
    codice:
    <td width="137" height="22" valign="top" background="../images/miei_viaggi.gif" style="background:url(../images/miei_viaggi.gif);background-repeat: no-repeat; background-attachment: fixed; background-position: center top">
    prova a eliminare completamente l'attributo background.

  5. #5
    Utente di HTML.it L'avatar di agenti
    Registrato dal
    Feb 2002
    Messaggi
    2,427
    non gli piaceva questo....:

    background-attachment: fixed;

    ora va... ma con firefox le div vengono letto in modi molto strani...

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.