Forum Moderators: not2easy

Message Too Old, No Replies

CSS and Imported Table Issue

css, table, siz, imported

         

Becca800

7:29 pm on Mar 25, 2008 (gmt 0)

10+ Year Member



Hi and thanks. I am not a wiz with css but I am using it on a new site. On many of my pages, I am importing real estate data from our mls system, it comes in tables, tables I can not manipulate. I display the data in the center of my website. Now, for the most part it looks great. But on some computers, in ie, the data does not fit and is moved to the bottom of the page.

Is there any table css code I can administer to automatically adjust these table to fit in the box at all times?

thanks.
Becca

swa66

11:55 pm on Mar 25, 2008 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



You could try:
- overflow settings
- avoid a float next to tables of unknown size (I presume you have one and that the table drops down to clear it)
- IE7 (or IE8) [code.google.com...] to try to make IE behave a bit more standard.
- CSS to layout the tables, but I'd not bet on IE to honor it.