• 02-10-2012, 15:33:59
    #1
    Arkadaşlar askere bi gittim 15 ay içerisinde ne var ne yoksa unutmuşum

    Site arka planına resim ekliyorum resim parçalı çıkıyor. Bunu hangi kodla yayıyorduk ya
    Repeat:x,y olmuyor maalesef..

    Resim:

  • 02-10-2012, 15:57:26
    #2
    background-repeat:repeat-x; ya da
    background-repeat:repeat-y;

    başka nasıl yayılır acaba
  • 02-10-2012, 16:06:02
    #3
    Üyeliği durduruldu
     WIDTH=%100 HEIGHT=%100
    Yanlış hatırlamıyorsam bu şekilde tam yayabilirsin.

    Bunuda deneyebilirsin

    html {
    	background: url(background.jpg) no-repeat center center fixed;
    	-webkit-background-size: cover;
    	-moz-background-size: cover;
    	-o-background-size: cover;
    	background-size: cover;
    }
  • 02-10-2012, 16:10:08
    #4
    #background{
    width:100%;
    background-repeat:repeat-x; }