Tue 6 Jul 2004
I believe this is the offending section and i will fix it:
.right {
position: absolute;
top: 25px;
left: 660px;
width:325px;
right: 985px;
}
for me, all the right side entries are always halfway off the screen. There is also no sense in putting 40px margins on something that is positioned absolutely…


