Visualizzazione dei risultati da 1 a 6 su 6
  1. #1

    non ce la faccio piuuuuuuuuuuů

    non trovo una risoluzione a questo problema maledetto......devo far in modo che l'immagine di background non si ripeta....come faccio???

  2. #2
    Utente di HTML.it L'avatar di Francis87
    Registrato dal
    Jun 2003
    Messaggi
    5,970
    background-repeat: no-repeat;
    Heaven's closed. Hell sold out.

    Linux 2.6.26-2-amd64
    Debian squeeze

  3. #3
    dove lo metto questo codice???

  4. #4
    Utente di HTML.it L'avatar di Francis87
    Registrato dal
    Jun 2003
    Messaggi
    5,970
    SE HAI UN FILE CSS

    body
    {
    background-image: url(urlimmagine);
    background-repeat: no-repeat;
    }

    SE NO

    <head>
    <style>

    body
    {
    background-image: url(urlimmagine);
    background-repeat: no-repeat;
    }

    </style>
    </head>

    se invece il background č di qualcos'altro metti il nome del tag al posto di body negli esempi qui sopra



    Heaven's closed. Hell sold out.

    Linux 2.6.26-2-amd64
    Debian squeeze

  5. #5
    grazie mille....sei un'amico!!!

  6. #6
    Utente di HTML.it L'avatar di Francis87
    Registrato dal
    Jun 2003
    Messaggi
    5,970
    prego!! figurati!!!



    Heaven's closed. Hell sold out.

    Linux 2.6.26-2-amd64
    Debian squeeze

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.