Hi,
I'm not sure if you mean something like this as its quite simple and I'm sure you could have done this yourself 
Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<style type="text/css">
/* commented backslash hack v2 \*/
html, body{height:100%;overflow:hidden;}
/* end hack */
body {
padding:0;
margin:0;
color: #000;
overflow:hidden;
}
#outer{
height:100%;
background:#F8E7EC;
border-left:1px solid #000;
color: #000000;
margin-left:200px;
overflow:auto;
}
#left {
position:absolute;
left:0;
top:0;
height:100%;
width:200px;
overflow:auto;
background:#ffffcc;
}
</style>
</head>
<body>
<div id="left">
<p>This is the left content : This is the left content: This is the left content
: This is the left content:This is the left content : This is the left content:
</p>
<p>This is the left content : This is the left content: This is the left content
: This is the left content:This is the left content : This is the left content:
</p>
<p>This is the left content : This is the left content: This is the left content
: This is the left content:This is the left content : This is the left content:
</p>
<p>This is the left content : This is the left content: This is the left content
: This is the left content:This is the left content : This is the left content:
</p>
<p>This is the left content : This is the left content: This is the left content
: This is the left content:This is the left content : This is the left content:
</p>
<p>This is the left content : This is the left content: This is the left content
: This is the left content:This is the left content : This is the left content:
</p>
<p>This is the left content : This is the left content: This is the left content
: This is the left content:This is the left content : This is the left content:
</p>
<p>This is the left content : This is the left content: This is the left content
: This is the left content:This is the left content : This is the left content:
</p>
</div>
<div id="outer">
<p>This is the centre content : This is the centre content : This is the centre
content : This is the centre content : This is the centre content : This is
the centre content : This is the centre content : This is the centre content
: This is the centre content : </p>
</div>
</body>
</html>
Paul
Bookmarks