My primary links menu displays ON TOP of thickbox. If i'm viewing an image that's portrait orientation, it gets cut off by the primary links menu.
| Comment | File | Size | Author |
|---|---|---|---|
| #5 | Picture 1.png | 41.1 KB | rafaeldwan |
| #5 | Picture 2.png | 66.1 KB | rafaeldwan |
| screenshot.jpg | 78.54 KB | bmblack |
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.