Closed (fixed)
Project:
Nice Menus
Version:
6.x-1.3
Component:
Miscellaneous
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
21 Dec 2009 at 22:29 UTC
Updated:
17 Jan 2011 at 07:04 UTC
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
Comment #1
danny_joris commentedExample 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.
Comment #2
ppblaauw commentedWhen you add a z-index as follows:
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.
Comment #3
danny_joris commentedThanks ppblaauw,
It works!
I tried something similar before, but apparently not this option.
Thanks again!
Cheers,
Danny
Comment #4
matteoraggi commentedMy 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!
Comment #6
joelstein commentedIn case anyone struggles with setting the z-index, try setting it on a containing div, as outlined here.
Comment #7
priyar commentedthanks yaar ...it works
Comment #8
abhinya commentedfirst 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.