Closed (fixed)
Project:
Acquia Marina
Version:
6.x-1.5
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
4 Mar 2009 at 21:04 UTC
Updated:
1 Apr 2009 at 01:10 UTC
Jump to comment: Most recent file
Hello,
I'm using Aquia Marina on an e-commerce site using Ubercart. Strangely, when viewing products in Thickbox the Primary Menus appear above the thickbox image (and are active). For example:
http://americanink.sundaysenergy.org/am-5000810-replacement-blade-78-801...
Click the product image and you'll see what I mean. I'm seeing this with IE 7, Firefox, Safari, and Camino.
Any response or assistance will be appreciated!
Jim
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | z-index_style.css_.patch | 521 bytes | jwolf |
Comments
Comment #1
jwolf commentedThis is an issue w/ z-index. The header-botton section of the theme is set to a z-index value of 600 whereas thickbox's TB_overlay has a z-index value of 100.
We set a high z-index value for header-bottom so that the primary menu drop downs will work correctly when the preface regions are in use.
You can fix this problem by changing the z-index value for TB_overlay to 700
thickbox.css - line 27
Comment #2
jimmb commentedThanks for the reply!
Unfortunately, that didn't really work. I changed the CSS to:
The result was that you could still see the tabs within thickbox, though they weren't active as before. Surprisingly, the image itself became much darker (sort of greyed-out) inside the thickbox. This is the case in Safari 3, Firefox 3, IE 7 and Camino. This may be more of a Thickbox issue, but any other ideas would be appreciated.
Jim
Comment #3
jwolf commentedYou can safely change the theme's #header-bottom z-index to a lower value than that of thickbox's z-index
Changing the #header-bottom z-index value to 5 works in my tests.
Please let me know if this fix works for you and I will add it to the next release.
style.css starting at line number 342:
Comment #4
jimmb commentedYep, that worked great!
Thanks,
Jim
Comment #5
jwolf commentedAdded to dev - this fix will be available in 1.6 release.