Hello everyone - I am facing an issue with my rollover links not working correctly. I suspect it has something to do with the z-index and hidden divs.
One example is the breadcrumbs:
<div id="breadcrumbs">
<a href="#">Home >></a>
<a href="#">Section Title >></a>
<a href="#">Parent Menu Item >></a>
<a href="#">Sub-Item 1</a>
</div>
The last two links seem to be working fine for some reason. You can check the page and view the source code here:
Thank you for your help.