Rob Desbois wrote:
Bradley,
It looks like the tab <div>s must be in the same container as the
navigation <ul>, plus you're not actually ever setting up the tabs.
Try replacing your function with this:
$(document).ready(function() {
$('#menu').tabs();
});
And move the contents of <div> #content into <div> #menu.
Klaus (if you're reading) can you confirm/deny this requirement to be in
the same container?
--rob
Yes, that's absolutely correct.
And I again recommend to not hit reply and start a new thread. That way
a new topic is buried in another thread and the only reason I read that
here is that I was interested in the original thread, e.g. I read it by
chance.
-- Klaus