Here is the css
Code:
body {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color: black;
margin: 0px;
padding: 0px;
position: relative;
}
h1 {
height: 30px;
position: absolute;
left: 0px;
top: 0px;
margin: 0px;
right: 0px;
border-bottom: 1px dashed #666;
background-color: #cccccc;
padding: 5px 5px 5px 5px;
}
div#menu {
background: #EDF4FF;
position: absolute;
top: 40px;
left: 0px;
width: 150px;
padding: 5px 5px 5px 5px;
margin-bottom: 10px;
margin-left: 0;
margin-top: 5;
margin-right: 0;
border: 1px black solid;
}
div#stuff {
background: #EDF4FF;
position: absolute;
top: 40px;
left: 160px;
right: 0px;
padding: 5px 5px 5px 5px;
margin-bottom: 10px;
margin-left: 5;
margin-top: 5;
margin-right: 5;
border: 1px black solid;
}
any ideasto sort this out ??
Thanks in advance.
