Quote:
Originally Posted by Lionel
The problem appears to be with IE only.
|
I did find an oddity in the template downloads_file.
Look for this:
PHP Code:
<tr>
<td class="alt1" width="25%">{$vbphrase['ecdownloads_file_name']}:</td>
<td class="alt2" colspan="2" valign="middle" align="left" width="90%">{$file['name']} ($size)</td>
<td class="alt1" rowspan="2" valign="middle" align="center" width="28%"><a href="downloads.php?do=file&id={$file['id']}&act=down" {$target}><img src="$stylevar[imgdir_button]/download.gif" alt="{$vbphrase['ecdownloads_download']}" title="{$vbphrase['ecdownloads_download']} {$file['name']}" border="0" /></a></td>
</tr>
Remove the width="90%" and see if that makes a difference when you are viewing the details for a file.