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
changing:
.ui-menu .ui-menu-item { margin: 0; padding: 0; zoom: 1; width: 100%; }
to:
.ui-menu .ui-menu-item { margin: 0; padding: 0; zoom: 1; width: auto; float:left; }
should start you off.