For those having trouble with the drop-downs showing up behind the banner, this is a bug that got solved in 4.0.6..
Here's how to solve that:
http://tracker.vbulletin.com/browse/VBIV-7380
Specifically:
Quote:
ngiaopao added a comment - 06/Jul/10 01:23 PM
Applied fix specified by Andreas. And placed it in replacement-vbulletin-ie.css before the RTL specific fixes.
/* VBIV-7380 */
#navbar {
z-index: 2000;
}
/* end VBIV-7380 */
|