Hallo ich habe das Template wie auf http://www.self-commerce.de/viewtopi...117&highlight=
verändert..
Opera und Firefox zeigen schöön zweispaltig an.
der einzige der Faxen macht is t der
IE?
Code:
{config_load file="$language/lang_$language.conf" section="index"}<table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr valign="top"> <td class="contentsTopics">{$CATEGORIES_NAME}</td> <td align="right"> </td> </tr> <tr valign="top"> <td class="contentsTopics">{$CATEGORIES_HEADING_TITLE}</td> <td align="right"> </td> </tr> </table>{if $CATEGORIES_DESCRIPTION}<br />{$CATEGORIES_DESCRIPTION}{/if}<br />{if $CATEGORIES_IMAGE}<img src="{$CATEGORIES_IMAGE}" alt="{$CATEGORIES_NAME}" /><br /><table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td style="border-bottom: 1px solid; border-color: #000000;"> </td> </tr></table>{/if}{if $MANUFACTURER_DROPDOWN}<br /><table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td class="main" align="right"><table border="0" cellspacing="0" cellpadding="0"> <tr> <td class="main" align="right">{#text_show#} </td> <td class="main" align="right">{$MANUFACTURER_DROPDOWN}</td> </tr> </table> </td> </tr></table><br />{/if}<table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td align="center">
<table width="125" border="0" cellpadding="0" cellspacing="0" style="border-top: 2px solid; border-color: #d4d4d4;"> <tr>
{foreach name=aussen item=module_data from=$module_content}
{php} $col++;
{/php} <td width="125" valign="top" rowspan="2">
{if $module_data.PRODUCTS_IMAGE!=''}<a href="{$module_data.PRODUCTS_LINK}"><img src="{$module_data.PRODUCTS_IMAGE}" alt="{$module_data.PRODUCTS_NAME}" /></a>{/if}
<p><strong>{$module_data.PRODUCTS_PRICE} </strong>{$module_data.BUTTON_BUY_NOW}<a href="{$module_data.PRODUCTS_LINK}"><img src="{$tpl_path}buttons/german/details.gif" alt="Details" border="0" /></a>
</p></td>
</tr>
<tr>
<td align="left" class="main">
<table width="100%" border="0" cellpadding="0" cellspacing="0" >
<tr>
<td align="left"><table width="20" border="0"> <!-- width defines the distance between the pictures -->
<tr>
<td align="left">{if $module_data.SHIPPING_NAME}
<table width="20" border="0" cellpadding="0" cellspacing="0">
<tr valign="middle">
<td class="main">{#text_shippingtime#}</td>
{if $module_data.SHIPPING_IMAGE} <td><img src="{$module_data.SHIPPING_IMAGE}" alt="{$module_data.SHIPPING_NAME}" /></td> {/if} <td class="main">{$module_data.SHIPPING_NAME}</td> </tr> </table> {/if} </td>
</tr> </table></td> </tr> </table> </td> {php}
if ($col>=2) {
$col=0;
echo '</tr><tr>';
}
{/php}
{/foreach}
</tr> </table> </td> </tr></table><br />
<table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td>{$NAVIGATION}</td> </tr></table>
Hat jemand ein Idee? Vielen Dank für die Hilfe