User avatar
libralion
Posts: 55
Joined: Sat Sep 12, 2009 8:06 am

Part of menu behind thumbnails

Hi everybody,
The menu of a page of my website falls behind the thumbnails form my gallery.
I removed the position: relative from the dropdown menu, but that didn't fix it. What should I do?
Here is the page: http://www.patriciakaas.nl/fans.htm

Johanna
MisterNeutron
Posts: 440
Joined: Sun Aug 18, 2013 11:20 am

Re: Part of menu behind thumbnails

Just pump up the z-index of the nav class. If memory serves, the Highslide stuff is all at 1000 or 1001. So just add this to your CSS (probably easiest to add it to custom.css):

Code: Select all

.nav {
     z-index: 2000;
}
User avatar
libralion
Posts: 55
Joined: Sat Sep 12, 2009 8:06 am

Re: Part of menu behind thumbnails

Great! That did it. Thanks Mister Neutron. :D
I wish I could understand css a bit more. But as much as I love making websites, that has always been difficult for me.

Johanna
MisterNeutron
Posts: 440
Joined: Sun Aug 18, 2013 11:20 am

Re: Part of menu behind thumbnails

That's one that I recognized, since I've run into it myself, and in the same context - a drop-down menu.

For most of us, CSS is something that we only gradually learn, in bits and pieces. Eventually, your guessing percentage will get better and better. The real killer, though, is when you start forgetting stuff. "I know I've solved this problem before, but I can't remember how I did it!" :roll:
User avatar
libralion
Posts: 55
Joined: Sat Sep 12, 2009 8:06 am

Re: Part of menu behind thumbnails

Yes I understand what you are saying.
Nowadays I make notes from important fixes.
I keep them all in the same folder on my PC.
It helps a lot.

Johanna

Return to “Highslide JS Usage”