I've run into the same issue for IE 8 specifically.

Also, in more details, a slideToggle link itself to open and close the
content box is working fine with no (what I assume is) margin
collapse.

However if I create a close link with the following js:

$("a.close").click(function(event){
        event.preventDefault();
        $(this).parent().slideToggle();
});

And place it inside the content that I want to load, and use this to
close the box, the margin issue happens. Similarly, if I use toggle,
no problem, and I wonder if it has something to do with the animation
that slideToggle does.

You're not alone... I'll be monitoring this transmission! :)

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"jQuery Development" group.
To post to this group, send email to jquery-dev@googlegroups.com
To unsubscribe from this group, send email to 
jquery-dev+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/jquery-dev?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to