Firefox でビデオのカテゴリのレイアウトを修正する際に問題が発生していますが、Google Chrome では正常に動作しますが、Firefox では中央揃えのテーブルがその場所を離れ、水平スクロール バーを有効にして Smarty の専門家の手が必要です。Smarty を表示していますコーディングしてください皆さん助けてください yuu みんなもページをチェックできます Firefox Givin Prob.
このページを Google Chrome と Firefox で確認してください。Chrome ではうまく機能しますが、Firefox では機能しません。助けてください
<div align="center">
<table border="0" align="center">
{section name=i loop=$cat step=4 max=6} <!--ROWS EG change max=???-->
<tr>
{section name=cat loop=$cat start=$smarty.section.i.index max=4}<!-- COLUMNS EG change max=??? to the ammount and step=??? to the same ammount-->
<td align="center"><a href="index.php?cat={$cat[cat].id}"><b>{$cat[cat].name}</b><br /><img border="0" width="153" height="120" src="{$cat[cat].picture}" {if $firefox eq "1"}class="reflect" alt="No Image Yet"{/if} /></a></td>
{/section}
</tr>
{/section}
</table>
</div>