Closed (outdated)
Project:
Thickbox
Version:
6.x-1.5
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
25 Sep 2009 at 19:26 UTC
Updated:
10 Jun 2026 at 11:38 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
dezen commentedWhat kind of menu have you? It´s typical for flash animations and videos in general, otherwise you have to change the z-index of the menu in your CSS. Could you post some more details. I´d say it is not a Thickbox issue.
Best regards
Comment #2
superpond commentedI have the same issue with another CSS menu. Click on "Privacy Policy" in the left menu:
http://www.wsp.nathanhiemstra.com/about/
CSS Menu:
http://www.lwis.net/free-css-drop-down-menu/
Any suggestions would be greatly appreciated!
Comment #3
frjo commentedComment #4
dezen commented@superpond
I could not detect anything strange in this example, klicking "Privacy Policy" lead me to http://www.wsp.nathanhiemstra.com/about/privacy-policy/
The only one thickbox window opens with the "Disclaimer" at the very bottom of the site, however no problems experienced.
Could you deliver more concrete explanation?
Comment #5
rafaeldwan commentedHere's some captures of the same problem. Thanks! 6.14, Sky theme, thickbox being called by the Splash module.
Comment #6
sickhippie commentedRafaeldwan - check your style.css for this:
#navigation li {
border-right:1px solid #DDDDDD;
float:left;
list-style:none outside none;
margin:0;
padding:0;
position:relative;
z-index:999;
}
Change that z-index to 0 or just remove the line altogether. This should fix some other people's issues too.
Comment #7
avpadernoI am closing this issue, since it is for a Drupal version that is no longer supported. Please re-open this issue if it is relevant for a project release for a supported Drupal version.