View Full Version : Navbar drop menus hidden behind gallery thumbnails
JohnnyJr
Apr-24-2009, 04:52 AM
Not sure if that makes sense so here's a screen grab from my site: http://www.sissonphotography.com
http://sisson.smugmug.com/photos/519787384_cUSsA-L.jpg (http://sisson.smugmug.com/gallery/952881_CUsdz/7/519787384_cUSsA/Large)
See how the portfolio drop menu is partially hidden? How can I fix that. Thanks for your help!
JohnnyJr
Apr-26-2009, 09:18 AM
Any ideas on this one?
jfriend
Apr-26-2009, 09:23 AM
Add the line in red to your CSS:
/* style the outer div to give it width */
.menu {
margin: auto;
padding:.2em 1.5em;
position:relative; /*Make the container moveable*/
width:960px; /* Firefox Main bar total width*/
_width:960px; /* for IE6 */
font-size:1.3em;
text-align: center;
padding-bottom:25px; /*Padding between the bottom of your mainbar and the rest of your page */
z-index:99;
}
JohnnyJr
May-19-2009, 03:56 PM
Just checked back and added this modification – worked like a charm!:thumb
Add the line in red to your CSS:
/* style the outer div to give it width */
.menu {
margin: auto;
padding:.2em 1.5em;
position:relative; /*Make the container moveable*/
width:960px; /* Firefox Main bar total width*/
_width:960px; /* for IE6 */
font-size:1.3em;
text-align: center;
padding-bottom:25px; /*Padding between the bottom of your mainbar and the rest of your page */
z-index:99;
}
pfconrey
May-20-2009, 01:33 PM
Ok, I'm having the same issue, but adding a z-index attribute to my navMenu doesn't solve my problem in IE7 (IE6 is just crappy, but that's another post). Could someone have a look at it as time permits?:
http://galleries.pfconrey.com/gallery/8200464_f7Dfr
I don't have any issues in category pages, just in the gallery pages.:dunno
Thank you,
Peter
vBulletin® v3.8.5, Copyright ©2000-2012, Jelsoft Enterprises Ltd.