HTML
<html> <head> <title>Im Confused</title> <link rel="stylesheet" type="text/css" href="divs.css" /> </head> <body> <div id="mbody"> <div id="lbody"> test text test text test text test text test text test text test text test text test text test text test text test text test text test text test text test text test text test text test text test text test text test text test text test text test text test text </div> <div id="rbody"> </div> </div> </body> </html>
CSS
#mbody{
position:absolute;
border:2px solid red;
width:1000px;
background: red;
height:auto;
}
#lbody{
position:absolute;
left:0px;
height:auto;
border:2PX solid green;
width:400px;
}
#rbody{
position:absolute;
right:0px;
height:500px;
border:2PX solid green;
width:400px;
}
Thank you in advance.

New Topic/Question
Reply


MultiQuote





|