Change your CSS from the Subnav comment upto the end of holy hack:
Code:
/* Subnav
----------------------------------------------------- */
.suckerdiv { /* was subnavbox - Sample did not have this*/
width: 178px;
padding: 0;
margin: 0;
background-image: url(images/bg_navsub.jpg);
background-repeat: no-repeat;
}
.suckerdiv ul{
margin: 0 0 20px 0;
padding: 30px 0 0 0;
list-style-type: none;
width: 178px;
}
.suckerdiv ul li{
position: relative;
font-size: 14px;
}
.suckerdiv ul li ul{
position: absolute;
left: 178px;
top: 0;
width: 179px;
display: none;
padding: 1px;
/* list-style-type: none; */
visibility: hidden;
}
/* Sub level menu links style */
.suckerdiv ul li a{
display: block;
overflow: auto; /*force hasLayout in IE7 */
color: #000;
text-decoration: none;
background: #fff;
padding: 1px 5px;
border: 1px solid #ccc;
border-bottom: 0;
margin-bottom:0;
font-weight:bold;
}
.suckerdiv ul li a:visited{
color: #000000;
}
.suckerdiv ul li a:hover{
color: #F1DEA2;
font-weight: bold;
background-color: #39608F;
}
.suckerdiv .subfolderstyle{
background: url(images/arrow-list.gif) no-repeat center right;
}
/* Holly Hack for IE \*/
* html .suckerdiv ul li { float: left; height: 1%; }
* html .suckerdiv ul li a { height: 1%; }
/* End */
I made a lot of changes and is not even aware what those are. There might be some minor flaws (color), but I know it's easy to fix.
See if it helps
Bookmarks