PatrickDeese

msg:1587778 | 4:43 pm on Apr 1, 2005 (gmt 0) |
Does your HTML code validate? It could be that there is a mistake in your table cell coding that IE is ignoring and which is breaking the page in Firefox.
|
mordie

msg:1587779 | 5:27 pm on Apr 1, 2005 (gmt 0) |
Yes, my pages validated perfectly.
|
tedster

msg:1587780 | 6:02 pm on Apr 1, 2005 (gmt 0) |
Next question - validated to which DTD? At a guess, your code is built to accomodate the non-standard box model that IE uses to render a layout, and therefore breaks on a more standard rendering engine such as FireFox's Gecko.
|
mordie

msg:1587781 | 6:15 pm on Apr 1, 2005 (gmt 0) |
To transitional. Any suggestions? Do you think it's time to dump the tables and go for the CSS positioning?
|
bruhaha

msg:1587782 | 8:57 pm on Apr 1, 2005 (gmt 0) |
| Do you think it's time to dump the tables and go for the CSS positioning? |
| Depends on what you are using the tables for Could you perhaps give us a small sample of the code you are using for a table that's not working?
|
mordie

msg:1587783 | 11:05 pm on Apr 1, 2005 (gmt 0) |
I've fixed it. What was it? Turns out I had eliminated an all-white slice of my image (at 2:30 a.m.) and didn't enter a bgcolor tag to the cell. IE filled the cell with white while Firefox did what's right and left it transparent. This means that I'll probably push off an all CSS remake of my site.
|
|