Closed (fixed)
Project:
Orange
Version:
6.x-2.1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
6 Apr 2011 at 13:00 UTC
Updated:
6 Apr 2011 at 14:44 UTC
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
Comment #1
dvitali commentedSolved:
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.