So my container div when is not visible is this :
div id="content-wrapper" style="display: block; left: -980px; ">
and when is visible is this :
div id="content-wrapper" style="display: block; left:0px; ">
I want to append a div when a div container is visible, and I don't know how exactly to do this.