maxdis
Posts: 22
Joined: Sat Sep 08, 2012 2:55 pm

Dimming the gallery only

Hi
I created a gallery at this page http://www.tommasofettucciari.com/prova/tela-2.html, and I applied the dimming effect, but I would like to know if it's possible to apply the dimming effect on the gallery only? Now when I expand an image, the site menu at the top is dimmed too, but I'd like it to remain visible

thank you
User avatar
RoadRash
Posts: 8249
Joined: Tue Jul 15, 2008 6:43 pm
Location: Fredrikstad, Norway
Contact: Website

Re: Dimming the gallery only

Hi,

The dimmed background will always cover the entire browser's viewport, but you can change the z-index for the menus to let them appear on top of the dimmed background:

Code: Select all

#menu, #menugalleria {
	position: relative;
	z-index: 2000;
}
Hilde
Highslide Support Team

Overview of my Highslide sample pages: RoadRash.no
maxdis
Posts: 22
Joined: Sat Sep 08, 2012 2:55 pm

Re: Dimming the gallery only

thank you!

Return to “Highslide Editor”