Forums

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

Home Forums CSS Drop down menu over pictures Re: Drop down menu over pictures

#77648
jamygolden
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
}