This is somewhat a two-part question, but I'm wondering if:

a) I can make the dropdown work on hover instead of click? I was going to 
do something like this:
1) New class .dropdown-auto
CSS:
.dropdown-auto:hover .dropdown-menu { display: block}
2) How can I make the item that is the dropdown toggle still clickable?

Reply via email to