Page is a not externally linkable
Nick_W - 5:24 am on Aug 20, 2002 (gmt 0)
<p>Here is the div</p> Nick
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">
</div>
</body>
</html>