I was working on this page:
http://bigbassbrian.com/beta/photo.php
I add the 2 following jQuery plugins:
- http://youhack.me/2011/07/15/google-plus-photo-stack-animation-using-jquery-and-css3/
- ColorBox, A jQuery Lightbox
Now when I click on the album “With artists”, the modal window opens with no problem, but the albums still on top and might be on the back of the modal window.
¿How to send to back?
Thanks!
It’s a CSS problem. You have to change your CSS; http://bigbassbrian.com/beta/css/style-photo.css at line 20 there is a
z-indexdefiniton which has same value of lightbox wrapper, change it smaller then9999. Like: