Ciao,
ho letto milioni di guide per inserire con il comando background-image la mia immagine di sfondo.
Ho installato il template strapped e sono andato all'interno del file template.css
Inizialmente ho modificato nel header questo codice:
#header {
padding:20px 0;
border-bottom:1px solid #ddd;
background-color: #fbfbfb;
background-image:url("template.png");
background-image: -moz-linear-gradient(top, #ffffff, #f5f5f5);
background-image: -ms-linear-gradient(top, #ffffff, #f5f5f5);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f5f5f5));
background-image: -webkit-linear-gradient(top, #ffffff, #f5f5f5);
background-image: -o-linear-gradient(top, #ffffff, #f5f5f5);
background-image: linear-gradient(top, #ffffff, #f5f5f5);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f5f5f5', GradientType=0);
-webkit-box-shadow: inset 0 1px 0 #ffffff;
-moz-box-shadow: inset 0 1px 0 #ffffff;
box-shadow: inset 0 1px 0 #ffffff;
}
background-image: url("template.png");
Quello che non capisco è se devo andare a modificare questo parametro nel file template.css o altrove