Skip to main content

Bug Tracker

Side navigation

#1967 closed bug (wontfix)

Opened November 24, 2007 11:27PM UTC

Closed March 31, 2008 01:56AM UTC

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.

Attachments (0)
Change History (3)

Changed November 24, 2007 11:33PM UTC by Mathachew comment:1

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.

Changed November 24, 2007 11:46PM UTC by Mathachew comment:2

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?

Changed March 31, 2008 01:56AM UTC by scott.gonzal comment:3

resolution: → wontfix
status: newclosed

Interface is no longer supported; consider switching to jQuery UI.