/*
This is the basic style sheet,
seen by all browsers.
*/
body {
background: #ffffff;
margin: 0px;
padding: 0px;
}
p {
width: 95%;
}
#nav p{
width: 160px;
}
#content {
width: auto;
position: absolute;
top: 0px;
left: 180px;
z-index: 98;
}
#nav {
/*
The following lines need to be
hidden from NN4.x
*/
/*/*/
background: #3333AA;
z-index: 99;
height: 100%;
/*
We will let NN4 see the rest of
this rule.
*/
padding: 5px;
width: 160px;
position: absolute;
left: 0px;
top: 0px;
}
body>

div#nav
{
position: fixed;
}