Opened 15 years ago
Closed 15 years ago
#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: | |
Blocked by: | Blocking: |
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 (3)
comment:1 Changed 15 years ago by
comment:2 Changed 15 years ago by
I found that by changing the source code and including that, rather than including interface.js, I am able to get it working properly. Still, this is something that I shouldn't have to be doing, right?
comment:3 Changed 15 years ago by
Resolution: | → wontfix |
---|---|
Status: | new → closed |
Interface is no longer supported; consider switching to jQuery UI.
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.