Internet Explorer Column Width Woes
Internet Explorer Column Width Woes
Hello Allan,
thanks as always for the great tool and for answering my questions so promptly and cheerfully! My tables are working quite well at this point, only a few more features to untangle. But I've discovered a display problem in IE7:
I have a standard/wide view toggle since some of the tables are quite large. For the larger tables, in "Standard" view, the table columns are sized automatically/dynamically to fit their content and there is a scrollbar at the bottom to allow you to view all of the columns.
This is the case on my Mac in all browsers, and on Windows XP/Safari 3.2.3. But in IE7, the columns are all squished into the available space such that content gets chopped off and column headers are impossible to read.
I have bAutoWidth set to false, and widths for the table and enclosing divs are defined as percentages. I'm stumped as to how to convince IE to play along and would really appreciate any suggestions/solutions. Let me know if any of this is unclear and I'll try to explain better and/or post some screenshots.
Best,
Alison
thanks as always for the great tool and for answering my questions so promptly and cheerfully! My tables are working quite well at this point, only a few more features to untangle. But I've discovered a display problem in IE7:
I have a standard/wide view toggle since some of the tables are quite large. For the larger tables, in "Standard" view, the table columns are sized automatically/dynamically to fit their content and there is a scrollbar at the bottom to allow you to view all of the columns.
This is the case on my Mac in all browsers, and on Windows XP/Safari 3.2.3. But in IE7, the columns are all squished into the available space such that content gets chopped off and column headers are impossible to read.
I have bAutoWidth set to false, and widths for the table and enclosing divs are defined as percentages. I'm stumped as to how to convince IE to play along and would really appreciate any suggestions/solutions. Let me know if any of this is unclear and I'll try to explain better and/or post some screenshots.
Best,
Alison
This discussion has been closed.
Replies
How are you doing the overflow scrolling? I would imagine if you had an div wrapped around the table element which had something like overflow-x:scroll; width:400px;, then anything beyond 400px would do the trick. If you have the overflow:scroll on the table element - then it could be that IE has gone a bit wonky with this...
Regards,
Allan
Best,
Alison
Thanks again.