PDA

View Full Version : Image Information PopUp


RogersDA
Feb-13-2008, 05:37 AM
Maybe I never noticed this before, but all galleries I have do this when selecting the information icon on hte PhotoBar. I can't select it or move it in any way.
http://DaRPhotos.smugmug.com/photos/254083522_dN2a8-M.jpg

Andy
Feb-13-2008, 06:41 AM
It's the z-index you put in

#smugmug,
#userBio {
position: relative;
z-index: 9;
}

remove that and you'll be fine. You are covering the exif box, and so you can't move it around.