Home › Forums › CSS › Drop down menu over pictures › Re: Drop down menu over pictures
October 23, 2010 at 6:06 pm
#77648
Member
I’m not sure if adding a z-index to ul#suckerfishnav_2 will work in all IEs properly. If it doesn’t, try adding a z-index and position relative to #navb.
#navb{
position: relative;
z-index: 100
}