Hi, I hope this is the right place to post this.
I have setup a site for a client which uses a table to display some tablular data. The table sits in the correct place when the text size in IE7 is set to any size other then Largest. Other browsers are fine.
When IE7 text size set to Largest, the table drops down the screen with the top left corner starting at the point where the left hand navigation side bar finished and thus there is a large gap above the table.
I have tried changing the table size (both in pixels and %) and the justification, made numerous adjustments to the style sheet.
An example is here... http://www.rushtonbaldocklegalrecruitme ... ?page=test
As you will see its not far off the default out of the box design, so minimal css alteration in the original construction.
Any help or suggestions appreciated.
The verison of CMSMS is about two versions old from the latest.
Thanks, Steve
table sits in wrong place when text size set to large
Re: table sits in wrong place when text size set to large
It is dropping down because larger text size is making the table so large it won't fit in the container it's in so that pushes against the box and drops down...
Most of the styling is inline with the table, td, tr, calls you may want to take them out of the HTML side of it and put them in a style sheet and add classes to your table 's for style purposes...
You may also want to run it thru a validation process...
Result: 0 errors / 11 warnings
line 15 column 1 - Warning: too many title elements in
line 15 column 1 - Info: previously mentioned
line 15 column 52 - Warning: unescaped & which should be written as &
line 16 column 1 - Warning: element not empty or not closed
line 17 column 1 - Warning: element not empty or not closed
line 18 column 1 - Warning: element not empty or not closed
line 28 column 1 - Warning: element not empty or not closed
line 214 column 1 - Warning: inserting implicit
line 204 column 13 - Warning: proprietary attribute "width"
line 209 column 13 - Warning: proprietary attribute "width"
line 199 column 10 - Warning: trimming empty
line 214 column 1 - Warning: trimming empty
Info: Doctype given is "-//W3C//DTD XHTML 1.0 Transitional//EN"
Info: Document content looks like HTML Proprietary
Most of the styling is inline with the table, td, tr, calls you may want to take them out of the HTML side of it and put them in a style sheet and add classes to your table 's for style purposes...
You may also want to run it thru a validation process...
Result: 0 errors / 11 warnings
line 15 column 1 - Warning: too many title elements in
line 15 column 1 - Info: previously mentioned
line 15 column 52 - Warning: unescaped & which should be written as &
line 16 column 1 - Warning: element not empty or not closed
line 17 column 1 - Warning: element not empty or not closed
line 18 column 1 - Warning: element not empty or not closed
line 28 column 1 - Warning: element not empty or not closed
line 214 column 1 - Warning: inserting implicit
line 204 column 13 - Warning: proprietary attribute "width"
line 209 column 13 - Warning: proprietary attribute "width"
line 199 column 10 - Warning: trimming empty
line 214 column 1 - Warning: trimming empty
Info: Doctype given is "-//W3C//DTD XHTML 1.0 Transitional//EN"
Info: Document content looks like HTML Proprietary