Thursday, December 30, 2010

Using CSS to set the height of the DIV height: 100%

Try adding overflow: hidden;

Example

.example{
width:500px;
height: 100%;
overflow:hidden;
}

No comments: