when i''m opening a image per thickbox the primary links are in foreground
can you change that ?

Comments

ktleow’s picture

Title: promblem with primary links » Primary links overlapping thickbox display
Status: Active » Closed (fixed)

Remove the following z-index code in style.css

#primary ul.menu li {
    z-index: 999;
}

#primary ul.menu li:hover ul,
#primary ul.menu li.sfHover ul {
    z-index: 99;
}

This update will go into the new version with other bug fixes / feature request. Meanwhile you can manually remove these 2 lines.

Babalu’s picture

ok, I'm waiting for the new version