jquery - hamburger menu should display above the background content -
i have created hamburger menu @ right top corner of html,css, jquery. when click on hamburger menu icon.it sliding down , existing background sliding down. want after clicking on hamburger icon menu should appear above background instead of sliding down existing content. $(".cross").hide(); $(".menu").hide(); $(".hamburger").click(function() { $(".menu").slidetoggle("slow", function() { $(".hamburger").hide(); $(".cross").show(); }); }); $(".cross").click(function() { $(".menu").slidetoggle("slow", function() { $(".cross").hide(); $(".hamburger").show(); }); }); html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfo...