views:

32

answers:

1

Why is that in IE 7/8 HTML tables break the jQuery UI accordion? I'm using a vanilla accordion with a couple of standard properties. It works great in Fire Fox and Chrome. Leaving jQuery's demo content is fine in IE 7/8, but as soon as you attempt to add a table and breaks.

Here is the example.

A: 

Try wrap the <table> in a <div>.

Marko
Thanks for the suggestion. I tried that and it still breaks in IE7/8
hsatterwhite