Quote:
Originally Posted by Tralala
Care to share the solution, in case the same issue affects others?
Was it something on your site, or will it be fixed by a future update from mini2?
|
It's something specific to my site, because my links are in my header and the code is in the navbar. In the my skin css file, the navbar is set to display on top of everything. I had to add a new line in the css for the #highslide-container, which puts it on top of the navbar.
Like so:
Code:
#highslide-container {
position: relative;
z-index: 3000;
}