Home › Forums › CSS › Z-index and Floating divs › Re: Z-index and Floating divs
June 20, 2010 at 4:02 am
#78257
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.