In the css file below. What do each of the width’s represent? I’m trying to change the drop down menu width. It seems like some change the text, some the dotted line? Help is appreciated. Thanks. http://www.hearts-at-home.net
#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.9em 0 0 15.5em; /* 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;
}