Quote:
Originally Posted by billstelling
Code:
.popupbody {
z-index: 1;
}
try that in add css..
|
I added this to the beginning of my additional.css file (because i found only .popupbody li { in the file, and resut is:
Please, idea how to fix?
--------------- Added [DATE]1388324925[/DATE] at [TIME]1388324925[/TIME] ---------------
When i right click that navigation menu, go Inspect element, i see its:
<div class="bannerBox">
so i searched for "bannerbox" in css and found that this element has z-index: 3000; and position:absolute
so i changed z-index to 1 and now i can click all menu items... so appears to be
SOLVED.. i thank billstelling