I'm having a bit of trouble with kwicks:
http://ftp.crashboxcreative.com/ftp/EastsideBaptist/EBC-Final/ (I've changed the jQuery to show the drop-down with issue.) kwick_3 is the one with issue. There's a gap b/t kwick 2 and 3.
Thanks!
I'm having a bit of trouble with kwicks:
http://ftp.crashboxcreative.com/ftp/EastsideBaptist/EBC-Final/ (I've changed the jQuery to show the drop-down with issue.) kwick_3 is the one with issue. There's a gap b/t kwick 2 and 3.
Thanks!
If you look in your CSS, your submenu definition is set to a width of 620px... it should be 600px since each of your Kwicks is 200px wide.
.subMenu{
background: #b1d0a4;
display: block;
clear: both;
position: absolute;
left: 320px;
width: 600px;
z-index: 9;
text-indent: 0;
overflow: hidden;
}