我在使用kwicks时遇到了一些麻烦:
http://ftp.crashboxcreative.com/ftp/EastsideBaptist/EBC-Final/ (我已经更改了jQuery以显示问题的下拉列表。) kwick_3是有问题的。 b / t kwick 2和3存在差距。
谢谢!
答案 0 :(得分:0)
如果您查看CSS,您的子菜单定义设置为宽度为620px ...它应该是600px,因为每个Kwicks的宽度为200px。
.subMenu{
background: #b1d0a4;
display: block;
clear: both;
position: absolute;
left: 320px;
width: 600px;
z-index: 9;
text-indent: 0;
overflow: hidden;
}