Forum Moderators: open

Message Too Old, No Replies

HTML Table breaks jQuery UI Accordion

HTML Table breaks jQuery UI Accordion in IE 7/8

         

hsatterwhite

11:10 pm on Sep 15, 2010 (gmt 0)

10+ Year Member



I've been scratching my head and struggling with this one. I'm using the code from jQuery UI's accordion demo and when I place a simple HTML table in the content portion of the accordion it breaks in Internet Explorer 7/8. However IE does not throw any kind of javascript errors and it also looks and works great in Firefox as well as Chrome.

A friend suggested that I had some HTML markup in the wrong place, but I double and triple checked. I can't seem to understand why this may be.

Here is a link: [huntersatterwhite.com ]

ProbablyMike

9:35 am on Sep 16, 2010 (gmt 0)

10+ Year Member



You have missing closing </tr> tags in your table, I think that sort of thing upsets IE

hsatterwhite

1:11 pm on Sep 16, 2010 (gmt 0)

10+ Year Member



Thanks for the response. I closed the </tr> tags, but the did not make a difference in how it's breaking in IE.

Fotiman

1:29 pm on Sep 16, 2010 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



Welcome to WebmasterWorld! I just took a look at it with IE7 and it appears to be working correctly for me. Is it possible that you're viewing a cached version of the page?

Fotiman

1:36 pm on Sep 16, 2010 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



You might want to see if you can get your page validating though. I don't have any experience with the role attribute, but the validator is complaining about it for your site:
[validator.w3.org...]

hsatterwhite

1:48 pm on Sep 16, 2010 (gmt 0)

10+ Year Member



Thanks for the warm welcome Fotiman! It's possible that it is a cached version. I'll double check when I get a chance. Perhaps you could shoot me a screenshot? I'll check in to the validator as well! :)

Fotiman

2:51 pm on Sep 16, 2010 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



Screen shot available here:
[imageplay.net...]

hsatterwhite

12:00 am on Sep 17, 2010 (gmt 0)

10+ Year Member



Awesome, I got it going. It was some pesky markup that was causing IE to freak. Thank you again for the help and providing the screenshot. :)