I have a div behind another div with html links. The problem is this div is in a jquery made content slider. And because of this i cant click the links on the div thats underneath. Is there a way i can make it clickable. I tried position:absolute but it did not work. Maybe there is a jquery hack or something?
The div that blocks my navigation div is called “maincontent” and the navigation div is called “nav” the problem is the maincontent div is over the “nav” div because i used margin-top: -60px; due to how i needed to code it.
Add
position:relativeto the nav bar. Didn’t do it? It’s because maincontent has az-indexset on it. Add one too to the nav block and make sure it’s higher than the one set on maincontent. That’s it I guess.