IE7 Issue with jQuery Accordion and background color?

I was able to get this resolved. I'm not in love with the solution but it works, and hopefully IE7 support will be phased out soon here The issue was that the FIRST element after the accordion was never getting pushed down when the accordion was expanded. The fix was to add a dummy div with a 0 height after the accordion: div id="accordion"> Header Some Content Some Content Here Some More Content $(function() { $('#accordion').accordion().

After(''); }).

I was able to get this resolved. I'm not in love with the solution but it works, and hopefully IE7 support will be phased out soon here. The issue was that the FIRST element after the accordion was never getting pushed down when the accordion was expanded.

The fix was to add a dummy div with a 0 height after the accordion: Header Some Content Some Content Here Some More Content This first paragraph was never moved, but the second one was. So I added this to my code: And include a style: . Accordion-clear { height: 0px; clear: both; } This seemed to make everything work okay.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions