Ive got a div that i want to slide out on click using .show("slide", { direction: "left" }, 1000); the slide reveal works fine the problem im having is that the top of the slide out div has a top margin but the top margin dose not render properly until the div is completly revealed.
Ive made a jsfiddle of the problem here http://jsfiddle.net/NaXNe/1/
thanks in advance
Just add
position:absoluteto your.slide-contelementfiddle demo