I added the strict Doctype to
http://www.jumbocdinvestments.com/test4.htm
and I get the same problem. I've also tested this using FireFox. Having no DocType renders correctly.
I know when you don't specify one it uses "quirks" mode.
Here are my div and span classes. Maybe I've done something that isn't supported anymore.
div.right {position: absolute; top: 2px; left: 145px; width: 80%; height: 400px;
}
div.menu {position: absolute; top: 2px; left: 5px; width: 130px; height: 400px;
}
.stock { /*background-color: #ffff99;*/ position: absolute; top: 75px; left: 0px; width: 205; height: 200px;
}
.news { /*background-color: #ffffff;*/ position: absolute; top: 75px; left: 225px; width: 400; height: 200px;
}
.comm { position: absolute; top: 275px; left: 0px; width: 85%; height: 200px;
}
.link { position: absolute; top: 500px; left: 0px; width: 85%; height: 200px;