Posted by bmblack on September 25, 2009 at 7:26pm
| Project: | Thickbox |
| Version: | 6.x-1.5 |
| Component: | Code |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
| Issue tags: | primary links, sky, Splash, thickbox |
Issue Summary
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.
| Attachment | Size |
|---|---|
| screenshot.jpg | 78.54 KB |
Comments
#1
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
#2
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!
#3
#4
@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?
#5
Here's some captures of the same problem. Thanks! 6.14, Sky theme, thickbox being called by the Splash module.
#6
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.