Hi
I've installed YUI Menu , but when I click on a menu the drip down is hidden behind th eleft block.
I've tried changing z-index to 1000, but doesn;t make a difference ?
Anybody out there able to help ?

Comments

bakyildiz’s picture

I have added a file sites/all/modules/yuimenu/yuimenu.css with the following code

#yuimenu ul li
{
	position: relative;
	z-index: 999;
	background-image: none;
}

Working example is here: http://nukte.org/sites/all/modules/yuimenu/yuimenu.css

bakyildiz’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

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