Ticket #1967 (closed bug: wontfix)
Interface and z-index Problem
| Reported by: | Mathachew | Owned by: | stefan |
|---|---|---|---|
| Priority: | major | Milestone: | 1.2.2 |
| Component: | interface | Version: | 1.2.1 |
| Keywords: | imagebox | Cc: | |
| Blocking: | Blocked by: |
Description
I'm building a new site and am using z-index in several areas to get the placement that I need for each element. The problem here is that the zIndex for #ImageBoxOverlay and #ImageBoxContainer is 1 and 2 respectively. This is a big problem that causes the imagebox to appear behind my z-index elements. Originally, #ImageBoxOverlay appears behind my elements, but my CSS was able to fix that. I then tried to force a z-index on #ImageBoxContainer, but that did not work. Perhaps giving the user an option to specify the z-index as an optional parameter or make the script check if this is set by the user via CSS or JS (I'm not sure how practical this is, or if it's even possible, but I figured I mention it to brainstorm). Thanks.
Change History
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.

Er, made a mistake. #ImageBoxOverlay has no zIndex, it's #ImageBoxCaption. I'm attempting to change the source code and get it working, but so far no luck, #ImageBoxContainer keeps appearing behind my elements and the overlay.