ok i'm not sure whats wrong with this. but eachtime itry to set it to fixed it gets all messed up.
this is the working code:
ul {
position:fixed;
left: 20%;
list-style: none;
}
ul a {
color: #FFF;
text-decoration: none;
display: block;
padding: 5px 5px 5px 10px;
height:20px;
width: 125px;
background: #888877;
}
ul a:hover {
color: #ffffdd;
text-decoration: none;
background: #999988;
}
ul li {
border-bottom: 1px solid #FFF;
border-right: 1px solid #FFF;
float: left;
}