- Mesajlar
- 1,463
Arkadaşlar http://www.kayserifatih.gov.tr/ sitesindeki gibi, site içerisinde yukarı aşağı gidilse bile arkalplanın sabit kaldığı bir tasarım nasıl yapılır?
body
{
background-image:url('img_tree.png');
background-repeat:no-repeat;
background-position:right top;
}
alpaygunes' Alıntı:body {
background-attachment: fixed;
background-color: #FFFFFF;
background-image: url("http://www.kayserifatih.gov.tr/templates/studytolearn/images/Bottom_texture.jpg");
background-position: center top;
background-repeat: repeat-x;
color: #393714;
height: 100%;
margin: 0;
min-height: 100%;
min-width: 800px;
padding: 0;
}
sayfanın css sinde body ile ilgili bunlar var.
background-attachment: fixed; sanırım sabitleyen burası