Current time: 05-03-2024, 12:28 AM Hello There, Guest! (LoginRegister)


Post Reply 
Ticket 486 - Pages too wide
Author Message
Cube Offline
Member
***

Posts: 740
Joined: Apr 2007
Reputation: 9
Post: #11
RE: Ticket 486 - Pages too wide
It seems that I have found a fix. At the beginning of each page there is the following code:

Code:
<tr>
<td align="left" valign="top" style="vertical-align: top; width: 195px; height: 56px;"><img src="../themes/omega_original/images/top/top_left.jpg" border="0"></td>
<td style="height: 56px; width: 617px;"><img src="../themes/omega_original/images/top/top_left_bg.jpg" border="0"></td>
<td style="width:100%; background-image: url(../themes/omega_original/images/top/top_bg.jpg)"> </td>
<td style="width: 73px; height: 56px;"><img src="../themes/omega_original/images/top/top_right.jpg" border="0"></td>
</tr>

I have changed it this way:

Code:
<tr>
<td align="left" valign="top" style="vertical-align: top; width: 195px; height: 56px;"><img src="../themes/omega_original/images/top/top_left.jpg" border="0"></td>
<td style="height: 56px; width:100%; background-image: url(../themes/omega_original/images/top/top_bg.jpg)"><img src="../themes/omega_original/images/top/top_left_bg.jpg" border="0"></td>
<td style="width: 73px; height: 56px;"><img src="../themes/omega_original/images/top/top_right.jpg" border="0"></td>
</tr>

Than you have to change the colspan from 3 to 2 here:

Code:
<td class="bottom" align="center">ispCP 1.0rc2 OMEGA<br />build: 2007-04-18<br />Priamos</td>
</tr>
</table></td>
<td colspan=3 style="vertical-align: top;"><table style="width: 100%; border-collapse: collapse;padding:0;margin:0;">

After this changes IE7 doesn't display too wide pages anymore. I don't really understand why, but it works.
Please test and if there aren't any negative effects, I would like to see it in RC3.
07-21-2007 01:07 AM
Find all posts by this user Quote this message in a reply
Post Reply 


Forum Jump:


User(s) browsing this thread: 1 Guest(s)