RIP SG 2014
SG Tools
SG Tools
-
#1308
miért div-ezel? 
simán style-ba beírod a módosításokat. pl
#head {
background: url(http://domain.hu/xy.png);
background-repeat: no-repeat;
}
textarea
{
padding: 5px;
background-color: transparent;
background-image: url(http://http://domain.hu/xyz.png);
background-position: center;
background-repeat: no-repeat;
}
body {
background-image:url('http://http://domain.hu/asd.jpg');
background-attachment: fixed;
background-repeat: repeat;
background-position: center top;
}