View Full Version : nav bar lightbox issue
jasonscottphoto
Dec-25-2009, 06:36 AM
Any idea why my nav bar would be doing this in lightbox (image attached)? Using FF in Windows XP. The nav bar is bleeding through over the top of the photo in LB mode.
Andy
Dec-25-2009, 07:21 AM
probably the z-index of 99
.menu {
position: relative;
display: block;
z-index: 99;
padding: 10px 0px 10px 0px; /* spacing around menu - top right bottom left */
height: 20px; /* menu container */
width: 830px; /* width of menu - minimize this until doesn't wrap to two lines - too large effects centering */
_width: 830px; /* IE6 if differnet */
margin: 0 auto; /* this should center navbar */
}
by using that, you are telling the browser that your menu is more importan than lightbox :)
Try z-index of 1, see what happens and if other function is normal.
jasonscottphoto
Dec-25-2009, 07:58 AM
Changed that. Nothing changed - everything still works normally but they still bleed through. Works fine in all browsers on my Mac and in every browser (IE, Chrome) except FF on my PC.
Andy
Dec-25-2009, 08:26 AM
Changed that. Nothing changed - everything still works normally but they still bleed through. Works fine in all browsers on my Mac and in every browser (IE, Chrome) except FF on my PC.
:dunno you'll need Allen, he's a real expert. I'm sorry, I'm not a fan of, and don't use, those dropdown navbars - this is one reason - maintenance is really complicated :( I'm so sorry!
Allen
Dec-25-2009, 02:49 PM
Changed that. Nothing changed - everything still works normally but they still bleed through. Works fine in all browsers on my Mac and in every browser (IE, Chrome) except FF on my PC.
I don't see it here using Firefox. Is this in every gallery?
Try clearing the cache and Smugmug cookies.
vBulletin® v3.8.5, Copyright ©2000-2012, Jelsoft Enterprises Ltd.