I had to nudge some other style to get everything working. Try this
ul.sf-menu li li.sfHover ul {
left: 12em; /* match ul width */
}
ul.sf-menu li li li.sfHover ul {
left: 12em; /* match ul width */
}
and I also had to do this to get the shadow
never mind. i added this:
.sf-vertical ul {width:12em;}
and the problem went away.
On Jul 22, 11:58 am, seezee <[EMAIL PROTECTED]> wrote:
> i'm using the latest version of superfish (1.4.7). i have both
> horizontal and vertical menus on the same page. i've adjusted the
> parameters on the vert
I had a similar issue. Try adjusting these styles.
ul.sf-menu li li.sfHover ul {
left:12em; /* match ul width */
}
ul.sf-menu li li li.sfHover ul {
left:12em; /* match ul width */
}
And I also had to add this css hack to get the shadow back in the
right place for IE6
.sf-shadow
3 matches
Mail list logo