Well, near as I can tell, the ads appear later in the DOM and so naturally cover the popup list. You should be able to override this using z-index
:
#nav li ul { z-index: 1; }
Shog9
2009-10-04 17:40:11
Well, near as I can tell, the ads appear later in the DOM and so naturally cover the popup list. You should be able to override this using z-index
:
#nav li ul { z-index: 1; }