我在修复Firefox中视频类别的布局时遇到问题它在谷歌浏览器中正常工作但在Firefox中对齐中心的表格离开它的位置并制作水平滚动条使其需要一些专家参与smarty我正在展示smarty编码请大家帮帮我哟,伙计们也可以检查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>