But the issue I'm having is that I can't actually change the position: static; prooperty of the parent because I am working within a CMS which means I can't tailor the HTML to open and close the wrapper.
The other problem is that by using this method, all the content underneath the Child shows up behind the .child-div, it doesnt sit underneath, I understand that this because by making it absolute it no longer sits in the flow of content.
I understand why this wont work, but there must be a solution somehow with Jquery?
Please help?