MyBB Community Forums

Full Version: zindex?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello,

I have just found an issue that I think is a zindex although not a programer cannot tell you Smile

On my forums I have a leaderboard ad under the first post, however, when someone whats to edit their post it has the option in a drop down for quick edit and full edit, altough, the full edit is behind the ad. Where is the JS for the edit so that I can make it on top of the ad.

I hope I explain this correctly and with enough information to help. If you need additional information please do not hesitate to ask. I appreciate your help

Derrick
Maybe providing a link to your MyBB installation can help. That way we can tell for sure what the problem is.
(2009-11-05, 02:57 PM)combus Wrote: [ -> ]Maybe providing a link to your MyBB installation can help. That way we can tell for sure what the problem is.

it is at mypricesavings.com/forums again the error is on the quick edit/full edit drop down from the first post
The problem is that you can't use z-index to move divs over a flash element. The flash element will alway be on top of any other element, not matter what z-index you use on that.

I can't think on any way of solving this, other than just moving your ads a bit down so the edit menu have room to expand.
(2009-11-05, 05:15 PM)combus Wrote: [ -> ]The problem is that you can't use z-index to move divs over a flash element. The flash element will alway be on top of any other element, not matter what z-index you use on that.

I can't think on any way of solving this, other than just moving your ads a bit down so the edit menu have room to expand.

Is there a way to force the expand to go Up instead of Down? before I try and edit the plugin for the Ad

Thank you so much for the help

Derrick