Home › Forums › CSS › Menu issues IE6/7 (dropping behind content) › Re: Menu issues IE6/7 (dropping behind content)
July 19, 2010 at 9:38 am
#79945
Participant
using negatives in your z-index is bad practice. use 0 and up. I use hundreds myself (0, 100, 200, 300, …). Typically if an item is falling behind others you need to set the z-index.