Forum Moderators: open
I've got an interesting HTML layout problem that shows up ONLY in IE5 for Mac... the other platforms and browsers work well. It appears to be Table related.
Have a look in IE for Mac, and compare in another browser for the intended design. It's a Frames page... the black lines should align (you'll see).
Feel free to offer input - I've messed with the table dimensions ad nauseum.
best,
PG
[edited by: grock at 1:00 am (utc) on Jan. 24, 2003]
What looks different about the table in IE5/Mac as opposed to all the others?
BTW... Welcome to WebmasterWorld, grok! :) Our members are almost certain to know the solution (and be happy to share it) as soon as we know exactly what the problem is.
The problem is difficult to explain... I honestly think a picture would be worth a thousand words as they say. But... I will submit ;)
In short, I've got a table in a framed page that is seemingly ignoring HEIGHT assignments, both in the TD and TABLE tags. However, I think the problem has something to do with the particulars of my table, because IE 5 for Mac usually renders Tables well.
With text it hard to keep anything precisely sized because of different text display sizes between browsers.
<added>Just going through the usual suspects first... ;) </added>
So, next question: in IE5/Mac, is the text filling the table cells, or are there weird gaps in the layout?
What I would do is create a single transparent 1px gif (usually named "spacer.gif"... original, eh? ;) ), then I'd call that same image into each spacer cell in the table, specifying the image dimensions as width="1" x height="X" with X being whatever specific height I wanted that table row to be.