The following page leaves an 1 pixel gap between the 2nd & 3rd <div> Other than changing the body background color, is there a way to get rid of it
Thanks
Frank Polan
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Untitled</title>
</head>
<body style="background-color: Red;">
<div style="height: 100%;background-color: Lime; width: 30%; float: left;"></div>
<div style="height: 20%;background-color: orange; width: 40%; float: left; border: thin solid Black;">
<p>one pixel problem -> </p>
</div>
<div style="height: 100%;background-color: Lime; "></div>
</body>
</html>


Reply With Quote
Bookmarks