Pagina 1 di 3 1 2 3 ultimoultimo
Visualizzazione dei risultati da 1 a 10 su 26

Discussione: background

  1. #1

    background

    raga...come faccio a bloccare un'immagine di backgroung???....questa non e' grande come la pagina....quindi si ripete...ma io vorrei piazzarla al centro e darle....dove questa finisce,un'estensione di colore nero....se po' fa????

  2. #2
    potresti farlo coi css:

    background:color:black;
    background-image:url(immagine.gif);
    background-position:center;
    background-attachment:fixed;
    background-repeat:no-repeat;
    Anche io leggo barze-bastarde
    Athlon 64 X2 4400@2500 daily - Zalman CNPS9500 - Asus A8n-Sli Premium - Crucial Ballistix Tracer PC4000 500mhz Sinc. - Sapphire Radeon X1900XT 512mb - Zalman VF900Cu - Seagate 320Gb 7200.10 - LG H22N 18x - T.t. Soprano - LcPower Titan 560W

  3. #3
    Guarda se questo può servirti:http://www.html.it/css/test/back_attachmentfix.html

    Comunque, se digiti "background" nel motore di ricerca di HTML.it, trovi un sacco di effetti sul background, in cui si parla anche di scrolling e non scrolling.

  4. #4
    ora provo....ma siccome sono agl'inizi come html.....mi servirebbe il codice :bubu:

  5. #5
    allora fai così:

    metti nell'head
    <style>
    body {
    background:color:black;
    background-image:url(tuaimmagine.gif);
    background-position:center;
    background-attachment:fixed;
    background-repeat:no-repeat;}
    </style>


    devi cambiare solo il nome dell'immagine...
    Anche io leggo barze-bastarde
    Athlon 64 X2 4400@2500 daily - Zalman CNPS9500 - Asus A8n-Sli Premium - Crucial Ballistix Tracer PC4000 500mhz Sinc. - Sapphire Radeon X1900XT 512mb - Zalman VF900Cu - Seagate 320Gb 7200.10 - LG H22N 18x - T.t. Soprano - LcPower Titan 560W

  6. #6
    non funziona

  7. #7
    Originariamente inviato da triumaster
    non funziona
    posta quello che hai fatto....
    Anche io leggo barze-bastarde
    Athlon 64 X2 4400@2500 daily - Zalman CNPS9500 - Asus A8n-Sli Premium - Crucial Ballistix Tracer PC4000 500mhz Sinc. - Sapphire Radeon X1900XT 512mb - Zalman VF900Cu - Seagate 320Gb 7200.10 - LG H22N 18x - T.t. Soprano - LcPower Titan 560W

  8. #8
    <html>
    <head>
    <title>must</title>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
    <style>
    body {
    background:color:black;
    background-image:url(fast.gif);
    background-position:center;
    background-attachment:fixed;
    background-repeat:no-repeat;}
    </style>

    </head>


    </body>
    </html>

  9. #9
    allora il primo errore è mio...

    background-color col trattino nn i due punti!

    poi per l'immagine...è nella stessa directory della pagina html? altrimenti devi mettere il percorso!!


    a me funziona benissimo...
    Anche io leggo barze-bastarde
    Athlon 64 X2 4400@2500 daily - Zalman CNPS9500 - Asus A8n-Sli Premium - Crucial Ballistix Tracer PC4000 500mhz Sinc. - Sapphire Radeon X1900XT 512mb - Zalman VF900Cu - Seagate 320Gb 7200.10 - LG H22N 18x - T.t. Soprano - LcPower Titan 560W

  10. #10
    Utente di HTML.it L'avatar di mexican
    Registrato dal
    Oct 2001
    residenza
    cava de tirreni
    Messaggi
    3,541

    manca qualcosina

    <html>
    <head>
    <title>must</title>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
    <style>
    body {
    background:color:black;
    background-image:url(fast.gif);
    background-position:center;
    background-attachment:fixed;
    background-repeat:no-repeat;}
    </style>

    </head>
    <body class="body">


    </body>
    </html>


    prova così se va

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.