-
1. Re: Problem with drop-down menu
Nancy O. Apr 4, 2011 1:26 PM (in response to phyllisj9)Hi Phyllis,
Open jqueryslidemenu.css
Replace this:
/*Sub level menu list items (undo style from Top level List Items)*/
.jqueryslidemenu ul li ul li {
display: list-item;
float: none;
height: 32px;
}with this:
/*Sub level menu list items (undo style from Top level List Items)*/
.jqueryslidemenu ul li ul li a {
float: none;
max-height: 2.25em; /**adjust value as req'd**/
}This works in Firefox 3.6x. Not sure how well it works in other browsers.
Good luck,
Nancy O.
Alt-Web Design & Publishing
Web | Graphics | Print | Media Specialists
http://alt-web.com/
http://twitter.com/altweb -
2. Re: Problem with drop-down menu
phyllisj9 Apr 4, 2011 1:38 PM (in response to Nancy O.)That worked!!!!! Thank you so much!!!! I've never used "max-height" before -- wasn't even familiar with it. But that's just what I needed, and it looks much better now.
Thanks again. :-)
Phyllis



