thanks fleeters... i don't think that is my problem though i don't even use padding - this is where i wonder if i need a hack.
my css looks like this
Code:
/* CSS Document */
#top {
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
}
#left {
position: absolute;
left: 0px;
margin-top: 125px;
width: 160px;
}
#center {
position: absolute;
left: 0px;
margin-left: 175px;
margin-top: 140px;
width: 65%;
}
#right {
position: absolute;
left: 67%;
margin-left: 160px;
margin-top: 125px;
}
#footer {
clear: both;
visibility: hidden;
margin: 0px;
}
Bookmarks