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.

CommentFileSizeAuthor
#5 Picture 1.png41.1 KBrafaeldwan
#5 Picture 2.png66.1 KBrafaeldwan
screenshot.jpg78.54 KBbmblack
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

dezen’s picture

What 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

superpond’s picture

I 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!

frjo’s picture

Category: bug » support
dezen’s picture

@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?

rafaeldwan’s picture

Issue tags: +thickbox, +primary links, +Splash, +sky
FileSize
66.1 KB
41.1 KB

Here's some captures of the same problem. Thanks! 6.14, Sky theme, thickbox being called by the Splash module.

sickhippie’s picture

Rafaeldwan - 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.