商品分类树为什么成这样了?

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

www.n-yeon.com我的商品分类树原本是要这样的效果,如图1 分类树.jpg
可现在我的分类成现在网站上的这个样子了。请问我的代码哪里有问题了?

回答:
CSS,商品分类的代码#fl1 A{ display:block; width:164px; height:221px;
text-decoration: none;
background:url(images/T恤.jpg) no-repeat top right;
}

#fl1 A:hover{
background:url(images/txue.jpg) no-repeat top right;
text-decoration: none;
}

#fl2 A{ display:block; width:164px; height:37px;
text-decoration: none;
background:url(images/外套.jpg) no-repeat top right;
}

#fl2 A:hover{
background:url(images/waitao.jpg) no-repeat top right;
text-decoration: none;
}

#fl3 A{ display:block; width:164px; height:37px;
text-decoration: none;
background:url(images/裙子.jpg) no-repeat top right;
}

#fl3 A:hover{
background:url(images/qunzi.jpg) no-repeat top right;
text-decoration: none;
}



category_tree.lbi里的代码: <p id="f11"><A href="category.php?id=33">&nbsp&nbsp;</A></p>

<p id="f12"><A href="category.php?id=35">&nbsp&nbsp;</A></p>

<p id="f13"><A href="category.php?id=37">&nbsp&nbsp;</A></p>

<p id="f14"><A href="category.php?id=34">&nbsp&nbsp;</A></p>

<p id="f15"><A href="category.php?id=21">&nbsp&nbsp;</A></p>

<p id="f16"><A href="category.php?id=29">&nbsp&nbsp;</A></p>

<p id="f17"><A href="category.php?id=22">&nbsp&nbsp;</A></p>

<p id="f18"><A href="category.php?id=38">&nbsp&nbsp;</A></p>

<p id="f19"><A href="category.php?id=39">&nbsp&nbsp;</A></p>

<p id="f20"><A href="category.php?id=40">&nbsp&nbsp;</A></p>

<p id="f21"><A href="category.php?id=26">&nbsp&nbsp;</A></p>

网站挺好看的,就是访问速度有点慢

你的模板样式写的本来就有问题
#f25 a {
background: url("images/T恤.jpg") no-repeat scroll right top transparent;
display: block;
height: 222px;
text-decoration: none;
width: 164px;
}
CSS代码里是不可以用中文的

网站只追求美观了,其他的都不考虑,我作为一个程序员来说,这个网站就是个垃圾网站,推广什么的都没人愿意做的,问题太多。网站估计没有程序员维护