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????![]()
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????![]()
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
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.
ora provo....ma siccome sono agl'inizi come html.....mi servirebbe il codice :bubu:
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
posta quello che hai fatto....Originariamente inviato da triumaster
non funziona![]()
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
<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>
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
<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