This is only happening in IE for me. When viewed with Opera, it’s fine.
My menu’s drop-downs appear behind my page title and post divs. I have tried adding the following:
#suckerfishnav li ul { z-index:100000000;}
..but it didn’t seem to make any difference. Any idea how I can fix this?
Here is the site:
http://madiastudio.com
UPDATE::::::::::::::
I kinda fixed it by adding a z-index:1 (which is lower than my suckerfishnav) to the #header tag in my regular css file. However, I also had to disable the SuperFish mode because it wasn’t showing the drop-down colors.. just all white.