Hi,

First of all: great module!

I have a horizontal (nice) menu. On my front page I have an image slideshow with views & imagecache. When my nice menu and my slideshow overflow, the nice menu will end up underneath the slideshow.

What could i do to solve this?

Cheers,
Danny

Comments

danny_joris’s picture

Example of this on my website in development: http://merchantmanpub.dannyjoris.ca/

--edit: well, i temporarily added a margin-top of 15px to the slideshow to be able to click 'wine list', but the overflow is still a bit visible. It would be great if I could make it show over the slideshow.

ppblaauw’s picture

When you add a z-index as follows:

ul.nice-menu,
ul.nice-menu ul {
  border-top: 0px;
  z-index:10;
}

Nice menus will overlap the slides, the z-index need to be higher then the amount of slides.

This can be found in your CSS file: http://merchantmanpub.dannyjoris.ca/sites/all/themes/merchantmanpub/merc...

Hope this helps you further.

danny_joris’s picture

Status: Active » Fixed

Thanks ppblaauw,

It works!

I tried something similar before, but apparently not this option.

Thanks again!
Cheers,
Danny

matteoraggi’s picture

My z-index was 1000 and I have put it to 999999 but it continue o not show over, why? http://www.forniture-alberghiere.net Ok it was an easy solution, I just have changed the nice_menu .css file instea of my theme .css file and all is gone ok!

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

joelstein’s picture

In case anyone struggles with setting the z-index, try setting it on a containing div, as outlined here.

priyar’s picture

thanks yaar ...it works

abhinya’s picture

first i tried to z-index the navigation section in zen, it failed to achieve the target
This idea worked. Moved it to 20 though, just a bit afraid.