Comment by
Joe Geck [10/Jul/07 06:31 PM]
Attached additional screenshot for Configuration -> general settings. This shows how the div is actually pushed out to the right and requires horizontal scrolling to see the edge of the screen.
All of these have now been fixed. IE6/7 often seems to have problems with tables with widths specified as 100% when they are nested within divs. All of the examples mentioned were fixed by removing the width="100%" from tables with the exception of the display ticket page. Because the display ticket page's table has some <td>s which are right aligned, removing the width is not acceptable. I've changed the width to 98% in this case which compensates enough for IEs greediness of tables wanting to take up more space within the div than should be allowed.
Comment by
Joe Geck [12/Jul/07 09:19 PM]
All cases fixed in IE7