http://tai.sp00ny.co.uk/test/index.htm
The content div wraps fine in IE but it doesnt in firefox, does anyone know how to sort it out?
css:
height:100%; or in px doesnt seem to make any difference :/
The content div wraps fine in IE but it doesnt in firefox, does anyone know how to sort it out?
css:
Code:
#content {
background:#fff;
width:730px;
margin:0 auto 0;
border:0px solid #fff;
position:relative;
padding: 10px;
}
height:100%; or in px doesnt seem to make any difference :/