Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Z-index and Floating divs Re: Z-index and Floating divs

#78257
noahgelman
Participant

When you said it was "under" the flash, I thought you meant layered under. "Below" probably would have been more helpful.

Anyway. Put the ribbon div first. The flash file is blocked and clears itself so the ribbon div floats below it. So put it first and if the flash is above it still, THEN use z-index. Or if you want you can just put a negative top margin on the ribbon div and it’ll move to the top. 26px should be exact.