• 07-08-2015, 19:11:09
    #1
    mrb arkadaşlar her bilgisayara göre tam ekran nasıl yapabilirim

    kullandığım kod bu

    body {
    	background-image: url(style2/body-bg.png);
    	background-color: #2d2d2d;
    	color: #474747;
    }
  • 07-08-2015, 19:15:59
    #2
    <style>
    body {
        background-image:url("http://i.imgur.com/qNPA4co.jpg");
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }
    html {
        height: 100%
    }
    </style>
    umarım işinize yarar.

    demo: http://jsfiddle.net/tddp3hxg/
  • 07-08-2015, 19:31:41
    #3
    background: url(../images/bg.jpg) no-repeat center center fixed; -moz-background-size: cover;-o-background-size: cover;background-size: cover;