商品分类有重叠怎么解决?

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

QQ截图20120621170623.png [img][/img]第一个分类和第二个分类到一块去了!有重叠,好心人帮忙下!

回答:
这个是样式问题。兼容性问题。把你的代码粘贴出来看下

后台清除缓存看看,不行的话,应该是样式文件出问题了!

/*商品分类*/
#category_tree_index { padding:5px; padding-bottom:7px;}
#category_tree_index dl{ width:334px; overflow:hidden; height:80px; float:left; padding:5px;}
#category_tree_index dl dt{ float:left; width:68px; height:90px; line-height:90px; background:#e5e5e5; text-align:center;}
#category_tree_index dl dt a{ color:#333; font-size:14px;}