Page is a not externally linkable
delboy1978uk - 11:06 pm on May 5, 2009 (gmt 0)
.leftBG {
the code so far is like this
margin-left: 0px;
width: 50px;
height: 100px;
padding: 0px;
position: relative;
float: left;
}
.nav {
margin-left: 50px;
margin-right: 50px;
width: auto;
height: 100px;
padding: 0px;
position: relative;
background-image: url(../images/layout/n.gif);
}
.rightBG {
margin-right: 0px;
width: 50px;
height: 100px;
padding: 0px;
position: relative;
float: right;
}