Hi,
You could do something like this:
Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.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">
html,body{margin:0}
h1{
margin:0;
height:109px;
background:#fcf;
}
.l,.r{
width:50%;
float:left;
height:109px
}
.l{margin-right:-478px}/* half layout width*/
.r{float:right;margin-left:-478px}
.l div{background:red;height:109px;margin-right:478px}
.r div{background:blue;height:109px;margin-left:478px;}
</style>
</head>
<body>
<div class="l"><div></div></div>
<div class="r"><div></div></div>
<h1>Jim's Brain image goes here 956px wide</h1>
</body>
</html>
Similar to techniques used in these demos.
Untitled Document
Untitled Document
Bookmarks