Hello,
i used orange version 6.x-2.1 in drupal 6.20. If i have an expanded menu in primary links and under the menu bar a block with slideshow the menu expand isn't visible.

You can watch it in http://www.tsnlugo.it homepage with the "impianti" voice menù.

Thanks.

Comments

dvitali’s picture

Status: Active » Closed (fixed)

Solved:

in style.css:

#nav {
bottom: 0;
display: block;
left: 0;
position: absolute;
text-transform: uppercase;
width: 100%;
z-index: 2;
}

modify z-index value in:

z-index: 800;

Thanks.