I love the jQuery UI stuff!
I like the navigation menu, but I can\'t seem to get it horizontal. I\'ve got to be missing something that\'s a cinch.
Anyone kno
You can do this:
/* Clearfix for the menu */ .ui-menu:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
and also set:
.ui-menu .ui-menu-item { display: inline-block; float: left; margin: 0; padding: 0; width: auto; }