商品分类树如何实现每行两列对齐?

2016-07-07 16:41 来源:www.chinab4c.com 作者:ecshop专家

商品分类树如何实现每行两列对齐?

回答:
顶上, :D

设定宽度。

元素是 td?a?div?li?


--------------------------------------------------------
shopzg.com: 在线销售宽嘴鱼服饰的网上商店
--------------------------------------------------------

<tr>
<td width="210" background="../images/category_bg.gif"><div class="content-div">
<div id="category">
<!--{foreach from=$categories item=cat}-->
<h1><img src="../images/icon.gif" width="16" height="10" alt=""/><a href="{$cat.url}">{$cat.name|escape:html}</a></h1>
<!--{foreach from=$cat.children item=child}-->
<span><a href="{$child.url}">{$child.name|escape:html}</a></span>
<!--{/foreach}-->
<!--{/foreach}-->
</div>
</div></td>
</tr>

原帖由 forestsea 于 2007-7-7 02:08 发表
设定宽度。

元素是 td?a?div?li?


--------------------------------------------------------
shopzg.com: 在线销售宽嘴鱼服饰的网上商店
--------------------------------------------------------



代码如上,请问如何设定?

上面不是给出解决方案了吗

不明白,谁给个详细的方法

http://bbs.ecshop.com/thread-28216-1-1.html