Page is a not externally linkable
- Code, Content, and Presentation
-- CSS
---- CSS: Is space under height: 100%


Nick_W - 5:24 am on Aug 20, 2002 (gmt 0)


Well, this is fine in Opera, doesn't even do the 100% thing in Moz though, you'll have to test in IE...

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "xhtml11.dtd">
<?xml version="1.0" encoding="iso-8859-1"?>
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<style type="text/css">
body {
height: 100%;
padding-bottom: 40px;
}
#mainDiv {
height: 100%;
background-color: #F5F5F5;
border: 1px solid #000000;
}
</style>
<title>100% test</title>
</head>
<body>
<div id="mainDiv">

<p>Here is the div</p>
</div>
</body>
</html>

Nick


Thread source:: http://www.webmasterworld.com/css/289.htm
Brought to you by WebmasterWorld: http://www.webmasterworld.com