Hi,
I tried replacing the code above with:
</div>
<!– This JavaScript snippet activates those tabs –>
<script>
// perform JavaScript after the document is scriptable.
(function($) {
// setup ul.tabs to work as tabs for each div directly under div.panes
jQuery(“ul.tabs”).tabs(“div.panes > div”, {
event: ‘mouseover’,
effect: ‘fade’,
history: true
});
})(jQuery);
</script>
</div>
and that didn’t work… I’m not a great coder, just trying to get the menu fixed.
Thank you!