Forum Moderators: open
What gives? Is there some sort of setting I need to fiddle with? In this case I don't think it is the Mac's fault...
5.2 is from what I've read garbage, bugs all over the place, I barely bother supporting that browser anymore, it's almost like netscape 4 in its range of bugs.
Search for IE 5.2 bugs, mac, you'll find lots of stuff.
The specific thing isn't a bug though really,
td {
vertical-align:top;
}
is what you want, I always default my layouts to that to avoid the middle display default in table cells.
tr td is unnecessary, since all td's are in tr's.