jquery panel covering up background image

Albieri[SPAM]

New Member
My background image(set to cover the page div) works as it should when I remove my jQuery panel, but when it's there, it looks to me as if the content div covers up the background. My panel is palced right beore the closing of the page div. Panel code:\[code\]<div data-role="panel" id="panelet" data-theme="a" data-display="overlay" data-position="right"> <h3>Log panel</h3> <p></p> </div> <script> $(document).on("swipeleft", function(event, ui){ $("#panelet").panel("open"); });</script>\[/code\]Has anyone tried this and/or found a solution? Any help is much appreciated.
 
Back
Top