[jQuery] Toggle refresh issue on IE7
I am seeing a weird effect on IE 7.
I have a set of vertically aligned/stacked boxes (simple divs) that
each contains a link that toggles the contents (small images loaded
via ajax) of the box.
Everything work as expected on FF - click on any links and the
contents of the box toggles.
Very similar to an accordion.
On IE, the toggle works - BUT the boxes are not being pushed down.
Instead - it is floated above the box that was just toggled. However,
if I move my mouse around - over the boxes - they reset themselves
back into the correct layout.
I know this is easier to show then to describe - but its on an
internal dev box.
Anyone had weird issues like this?