Forum Moderators: not2easy
But no joy with Opera 7 - can anyone get this to work?
<html>
<head>
<title>two column</title>
<style type="text/css">#airlock {
background-color: #ff0;
width: 100%;
float: right;
margin-left: -200px;
border-top: 1px solid #fff;
}#tupperware {
background-color: #fc0;
float: left;
width: 200px;
}#bubble {
background-color: #3f0;
margin-left: 200px;
border-top: 1px solid #fff;
}</style>
</head><body>
<div id="airlock">
<div id="tupperware">navigation</div>
<div id="bubble">text</div>
</div></body>
</html>
Supposed to be fixed left column fluid layout.