Visualizzazione dei risultati da 1 a 3 su 3

Discussione: background

  1. #1

    background

    ciao
    vorrei inserire un background che si posizioni in top e che si ripeta solo nell'asse x e non in asse y è possibile?
    grazie
    Ctrl+Alt+Canc
    www.minium.it
    VIETATO CHIUDERE GLI OCCHI
    www.infolav.org

  2. #2
    Certo

    codice:
    #id_tuo_elemento
    {
    	background-image	:	url(TUA_IMMAGINE);
    	background-position	:	top;
    	background-repeat	:	repeat-x;
    }

  3. #3
    Originariamente inviato da Napolux
    Certo

    codice:
    #id_tuo_elemento
    {
    	background-image	:	url(TUA_IMMAGINE);
    	background-position	:	top;
    	background-repeat	:	repeat-x;
    }
    mille grazie
    Ctrl+Alt+Canc
    www.minium.it
    VIETATO CHIUDERE GLI OCCHI
    www.infolav.org

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.