Closed (fixed)
Project:
Content Glider
Version:
6.x-1.7
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
1 Dec 2010 at 17:30 UTC
Updated:
18 Dec 2010 at 07:02 UTC
Not sure if this is a feature request or a bug-report, but ideally this should be configurable out of the box. My problem is that I have menus that always appear behind the content in the Content Glider. I set the z-index in the featuredcontentglider.css to a value of 1, and all of the menu items have a much larger z-index value, but the menus still appear behind the slides and border in the Content Glider. Is there a way to set something so that the menu always appears on top of (instead of behind) the Content Glider?
Comments
Comment #1
crypleman commentedopen the featuredcontentglider.css
edit the .glidecontentwrapper class
add the z-index
{
...
.
overflow: hidden;
z-index: 0;
}
it works for me...^_^