In addition to previous issues (which you guys have been so helpful with), I now have yet another issue. I noticed that several of my tables under IE 6 are improperly formatted. I have a sidebar div floated left and a content div on the right that's not floated. It appears that IE adds space in the content div above the table until it is just below the bottom the sidebar.
Take a look at
http://resweek.tamu.edu/login.php. Now compare to
http://resweek.tamu.edu/schedule.php, which is formatted properly. I've not seen this behavior on Safari, Firefox, or IE5M, only under IE6 (and possibly 5 & 5.5, I don't have any of those browsers around).
The difference is that the login page has other tags as the first thing in the content div, while the schedule the first thing is the table. Magically, that makes the issue go away. Is this a bug I can go look up a fix for (argh!) somewhere? The places I've looked I've not found this particular bug. Thanks again!