Change layer of panel MobiOne Archive > Getting Help – General This topic has 2 replies, 2 voices, and was last updated 10 years, 10 months ago by Muhammad. Viewing 3 posts - 1 through 3 (of 3 total) Author Posts January 22, 2014 at 6:44 pm #346299 Reply MuhammadMember Is it possible to change layer of panel using javascript? Thank you. January 23, 2014 at 3:02 am #346303 Reply paulDMember Hi Muhammad Yes you can, you can use the z index property of the panel to manipulate it in javascript by using something like this – $(‘#m1-yourProject-panel’).css(‘z-index’, ‘0’); I used it a project and it works fine, for more info see – http://www.w3schools.com/cssref/pr_pos_z-index.asp Hope that helps Paul January 23, 2014 at 11:05 am #346311 Reply MuhammadMember Hi paulD, Thank you so much. Its make my work get shortcut. Author Posts Viewing 3 posts - 1 through 3 (of 3 total) Reply To: Change layer of panel You must be logged in to post in the forum log in