Hello.
I still have a problem with submenu items.
when i have the mouse over the sub-menu item and if that item is over the right slideshow area (with the title and description text) it has 2 things that i'd like to correct:
1. the sub-menu mantains transparent and is confusing because is over the text
2. if the mouse is over the sub-menu item and the cursor is still over the menu but slides over the text area, the menu disapear.
I tried to change the code:
- Code: Select all
.gk_is_wrapper-style1 .gk_is_text_bg{
position: absolute;
width: 100%;
z-index: 48;
}
to
- Code: Select all
.gk_is_wrapper-style1 .gk_is_text_bg{
position: absolute;
width: 100%;
z-index: 9;
}
because the z-index of the suckerfish.css if i'm not wrong.
However, analyzing the webpage with firebug, it seems that this settings are overruled by an inline style on the
- Code: Select all
<div class="gk_is_text" style="height:100%; right: 0pt; top: 0pt; width: 300px; z-index: 100;">
I think that is the cause (z-index: 100;) but i can't found the file or the script to correct this... any idea?