Sunday, September 14, 2014

Scroll background image on the body on resize

body {
    background-color: #000;
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    background-image: url(images/mahi.jpg);
    background-repeat: no-repeat;
    background-position:center top;
    min-width: 1390px;
    min-height: 903px;
}



Using this code, When You resize the browser you can see the scrollbar appearing so that image can be scrolled.

No comments:

Post a Comment