reub77
12-18-2002, 01:41 AM
I'm building a web site in Dreamweaver MX. I've battled hard to get my tables, cells, and nested tables to look right in IE 6, and Netscape 7. It works now. It scales for different screen resolutions and just when I thought all my problems were gone I tried it in Netscape 4.79 and it blew up.
Problems:
1. A table cell I had hard-coded to a specific size is expanding. The cell beside it is a percentage of the rest of the page. It looks ugly because I have the title of the page showing across the two cells (a split image, one animated the other not). It shows a white space between.
2. I have solved Netscape table background issues in the past by nesting tables. Table cells in Netscape 4.79 have always been problems. The nesting table solution, which is to nest a table and then place the background inside the table background, isn't working for me. The images aren't showing up.
3. And of course CSS is screwed up.
4. I have a number cells without some dimensions, just enough to get by. I have some that need to remain the same dimensions when the page expands and some that need to expand. So I have percentages as well as fixed values. The page scrolls horizontally in Netscape 4.76.
These are the issues that I have. I can't show the code because I don't have access to it at the moment because I'm at home. The code works in MSIE6, Netscape 6, 7. I was very shocked to discover it won't in Netscape 4.79 but not that shocked as I know it's a troublesome browser. Why don't we just all upgrade? Any ways please inform me of all possible quirks this platform has as well as inform me of any code I can insert at the beginning of my code to correct any browser difficulties.
Thanks.
Problems:
1. A table cell I had hard-coded to a specific size is expanding. The cell beside it is a percentage of the rest of the page. It looks ugly because I have the title of the page showing across the two cells (a split image, one animated the other not). It shows a white space between.
2. I have solved Netscape table background issues in the past by nesting tables. Table cells in Netscape 4.79 have always been problems. The nesting table solution, which is to nest a table and then place the background inside the table background, isn't working for me. The images aren't showing up.
3. And of course CSS is screwed up.
4. I have a number cells without some dimensions, just enough to get by. I have some that need to remain the same dimensions when the page expands and some that need to expand. So I have percentages as well as fixed values. The page scrolls horizontally in Netscape 4.76.
These are the issues that I have. I can't show the code because I don't have access to it at the moment because I'm at home. The code works in MSIE6, Netscape 6, 7. I was very shocked to discover it won't in Netscape 4.79 but not that shocked as I know it's a troublesome browser. Why don't we just all upgrade? Any ways please inform me of all possible quirks this platform has as well as inform me of any code I can insert at the beginning of my code to correct any browser difficulties.
Thanks.