Hallo...würde mich freuen wenn mir einer helfen könnte.Ich habe folgendes Problem! Ich habe einen Rahmen um die "new_products_default.html" aus den Modulen gemacht und so noch hier und da ein wenig verändert! Mit internetexplorer sieht ja alles schnieke aus aber bei Firefox ist die Ansicht irgend wie total Falsch! warum????Wo mache ich den Fehler??
Kann man irgend etwas umschreiben, so das die Ansicht nicht Fehlerhaft mit anderen explorern ist aber trotz dem die Struktur bleibt?
Hier mal meine "new_products_default"
HTML-Code:
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>{foreach name=aussen item=module_data from=$module_content}
{php} $col++;
{/php}
<td style="width: 100%;vertical-align:top;">
<table width="100%" border="0" cellpadding="0" cellspacing="0" class="box">
<tr>
<td class="box_ml5"></td>
<td><div class="box_mm5">
<table width="220" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><table width="100%" border="0" cellspacing="0" cellpadding="3">
<tr>
<td class="contentsTopics2"><a href="{$module_data.PRODUCTS_LINK}">{$module_data.PRODUCTS_NAME}</a></td>
</tr>
<tr>
<td class="main"><div><div style="float: left;padding-right:5px;">{if $module_data.PRODUCTS_IMAGE}<a href="{$module_data.PRODUCTS_LINK}"><img src="{$module_data.PRODUCTS_IMAGE}" alt="{$module_data.PRODUCTS_NAME}" /></a>{/if}</div><span class="price"><br />
{$module_data.PRODUCTS_PRICE}</span> <br> <font face="Verdana, Arial, Helvetica, sans-serif"><font color="#666666" size="1">{$module_data.PRODUCTS_TAX_INFO}{$module_data.PRODUCTS_SHIPPING_LINK}<br>
{if $module_data.SHIPPING_NAME}{#text_shippingtime#} {$module_data.SHIPPING_NAME}{/if}</font></font></div></td>
</tr>
<tr>
<td><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td class="main"><div align="right"><a href="{$module_data.PRODUCTS_LINK}"><img src="{$tpl_path}buttons/{php}print_r($_SESSION['language']){/php}/button_details.gif"/></a>{$module_data.BUTTON_BUY_NOW}
{if $module_data.SHIPPING_NAME}{#text_shippingtime#}{$module_data.SHIPPING_NAME}{/if}</div></td>
</tr>
</table></td>
</tr>
</table></td>
</tr>
</table>
</div>
</td>
<td class="box_mr5"></td>
</tr>
<tr>
<td><div class="box_ul5"></div></td>
<td class="box_um5"></td>
<td><div class="box_ur5"></div></td>
</tr>
</table>
</td>{php}
if ($col>=2) {
$col=0;
echo '</tr><tr>';
}
{/php}
{/foreach}
</tr>
</table>
Ps: in der Detailansicht der Produkte kommt es auch zu Fehler mit Firefox und der flashheader wird auch nicht angezeigt......es ist zu verzweifeln
HIER MAL MEIN TESTSHOP ZUM ANGUCKEN:
http://www.spottpreis24.de/catalog
Wäre echt für jeden Tip und so dankbar!
gruß.....Maik!