<!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>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Untitled Document</title>
<style type="text/css">
<!--
.top {
background: #999;
height: 100px;
position: absolute;
z-index: 5;
left: 0px;
top: 0px;
width: 100%;
}
.right {
background: #999;
height: 100px;
position: absolute;
z-index: 5;
top: 110px;
width: 30%;
right: 0px;
}
.left {
width: 68%;
margin-top: 110px;
background: #CCC;
min-height: 400px;
}
-->
</style>
</head>
<body>
<div class="top">keep in same position</div>
<div class="left">content can scroll with the page</div>
<div class="right">keep in same position</div>
</body>
</html>
Bookmarks