说刚我看下这款代码哪里出问题了。

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


最后下面看的不匀称!!~

/* ====================
模块
==================== */
/*购物车*/
.cart{background:url(images/catBg.gif) no-repeat left top; padding:15px 10px 15px 50px;
color:#006bcd; height:50px;_padding:12px 10px 15px 50px;
}
.cart a{color:#006bcd; text-decoration:none;}
.cart a:hover{color:#006bcd; text-decoration:underline;}
/*商品分类*/
#category_tree{border:4px solid #edf8fe; background-color:#ffffff;}
#category_tree dl{margin:4px;}
#category_tree dt{background:url(images/lineBg.gif) repeat-x left bottom;
color:#3f3f3f;padding:2px 0 3px 12px; width:150px;font-size: 12px;font-weight: bold;letter-spacing: 2pt;
}
#category_tree dt a{background:url(images/bg.gif) no-repeat 0 -69px;
color:#3f3f3f; padding-left:15px; text-decoration:none;
}
#category_tree dd{padding:3px 0 3px 10px; width:70px; float:left;
white-space:nowrap;
word-break:keep-all;
display: inline;
}
#category_tree dd a{color:#404040; text-decoration:none;}
#category_tree dd a:hover{color:#ff6600; text-decoration:none;}

回答:
不明白你问什么,是不是计算器那里超出了框框啊?

是的。就是超出的。怎么解决~~~

.cart{background:url(images/catBg.gif) no-repeat left top; padding:15px 10px 15px 50px;
color:#006bcd; height:50px;_padding:12px 10px 15px 50px;
}

这一段里面height:50px;是固定高度的代码,你的高度被固定死了,去掉即可。