Jquery UI Tabs not initializing in IE
I'm using the tabs and it works perfectly fine in Opera, FireFox,
Chrome, and Safari, but completely breaks in Internet Explorer.
I'm using the latest version of Jquery UI and Jquery. There is nothing
semantically wrong with the HTML document. The only script I have
running is:
<script type="application/javascript" language="javascript">
$(document).ready(function(){
$('#tabs').tabs().addClass('ui-tabs-vertical ui-helper-clearfix');
});
</script>
The addClass is for vertical tabs. It does not effect what happens at
all if I remove it.
I've tried using just the Jquery UI core and jquery tabs to fix this,
but it still does not work.
I am stuck with this one.
Any ideas?
--