On RWD website design page, i have 918px of height for each boxes am using, how to set a height for the same?
If i set height to auto or 100% it doesn't work, if i fix the height to 918px, it is fine for desktop, but not for the mobile media.
.box{
background-color:#0c71b8;
height:100%;
min-height:918px;
}
The boxes are of 960px X 918px in size, and in that box i have images and text contents with a background color for it. So how do i fix a height in percentage?