I’m using JA Olyra, but my question is about Son of Suckerfish Menu Width.
I’m having a hard time getting the width the way I want. It’s declared in a couple of places, but I can’t seem to find where the initial dropdown (not hovered) width is set.
Someone please help me with a son of suckerfish 101 on width.
Thanks,
#ja-cssmenu {
margin: 0; /* all lists */
float: left;
}
#ja-cssmenu ul {
margin: 0; /* all lists */
padding: 0;
}
#ja-cssmenu li {
margin: 0; /* all list items */
padding: 0;
float: left;
display: block;
background: none;
cursor: pointer;
}
#ja-cssmenu li ul {
width: 16.4em;
position: absolute; /* second-level lists */
z-index: 99;
left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
height: auto;
width: 15.9em;
}
#ja-cssmenu li ul ul {
margin: -1.5em 0 0 12em; /* third-and-above-level lists */
}
#ja-cssmenu li li {
padding: 0 1em 0 0;
margin: 0;
width: 14.9em;
}
#ja-cssmenu ul a {
width: 14.8em;
width: 10.8em;
}