Yes, otherwise I just starting make my wrapper in CSS so it covers 770px or 990 px etc..
It should be like scaling after window size/resolution. Are their any way to make it adjustable for every single computer using Javascript/jQuery?
Yes, otherwise I just starting make my wrapper in CSS so it covers 770px or 990 px etc..
It should be like scaling after window size/resolution. Are their any way to make it adjustable for every single computer using Javascript/jQuery?
Using CSS:
.overlay {
position: absolute;
top: 0px;
bottom: 0px;
left: 0px;
right: 0px;
width: 100%;
height: 100%;
}
follow this link :) http://css-tricks.com/perfect-full-page-background-image/