possible fix for bug #849589 rendering appBox to wide

This commit is contained in:
Pim Snel 2003-12-09 00:06:13 +00:00
parent 2b7b9e388f
commit 7eef3c5208
3 changed files with 5 additions and 2 deletions

View File

@ -1,4 +1,5 @@
</div> </td></tr></table>
</div>
<!-- Applicationbox Column --> <!-- Applicationbox Column -->
</td> </td>
</tr> </tr>

View File

@ -30,4 +30,4 @@ function correctPNG() // correctly handle PNG transparency in Win IE 5.5 or high
} }
} }
} }
window.attachEvent("onload", correctPNG); window.attachEvent("onload", correctPNG);

View File

@ -45,6 +45,8 @@
<td id="tdAppbox" valign="top"> <td id="tdAppbox" valign="top">
<div id="divAppboxHeader">{current_app_title}</div> <div id="divAppboxHeader">{current_app_title}</div>
<div id="divAppbox"> <div id="divAppbox">
<table width="98%" cellpadding"0" cellspacing="0">
<tr><td>
<!-- END navbar_footer --> <!-- END navbar_footer -->