gooddiabetesdiet.com/responsive/index2.html
on that page, I wanted to shorten the menu by adding a dropdown. As far as I can tell, I've done it correctly, and the top portion with the caret is there, but if I click on it, no dropdown appears. It seems that maybe I don't have the right CSS?
Thanks for your help.
if you want the dropdown to display either take the link off the top element of the menu or user hover with something like:
.dropdown-toggle:hover dropdown-menu{display:bloc
Cd&