Hi MichaelPStone
I also had same problem.
Probably you can solve it like below.
$('#tabs').tabs().css(name, value);
I have solved it by adding one style at a time.
Thanks.
Kazuki Taguchi
On 11月14日, 午前3:32, MichaelPStone <[email protected]> wrote:
> 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?
--
You received this message because you are subscribed to the Google Groups
"jQuery UI" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/jquery-ui?hl=.