Forum Moderators: open
<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xml:lang="en">
<head>
<title>Border Padding Parallel Bug</title>
<link href="style.css" media="screen" rel="stylesheet" title="city" type="text/css" />
</head><body>
<div class="body">
<div class="page">
</div>
</div>
</body>
</html>
style.css
body {
background: #069;
color: #f0f;
margin: 0px;
padding: 0px;
}
div.body {
background-color: #069;
border: #000 solid;
border-width: 151px 5px 5px 5px;
bottom: 5px;
color: #f0f;
left: 5px;
margin: 0px;
overflow: auto;
padding: 0px;
position: absolute;
right: 5px;
top: 5px;
z-index: 1;
}div.page {
border: #000 solid 1px;
float: left;
margin: 0px;
min-height: 600px;
padding: 0px;
width: 100%;
}p {
color: #000;
}