- From: <Kris@meridian-ds.com>
- Date: Tue, 5 Jul 2005 15:15:07 -0500
- To: www-style@w3.org
here this css even makes it work in IE and I only changed one attribute and
added an attribute. Also I got rid of the padding on the body as well.
body {
padding:0px;
}
.left {
position:absolute;
width:200px;
left:10px;
height:100px;
border:1px solid #000000;
}
.right {
position:static;
margin:10px;
margin-top:0px;
margin-left:222px;
border:1px solid #000000;
}
Received on Tuesday, 5 July 2005 20:15:35 UTC