Good morning!

I'm trying to theme a nested menu. The problem is that when the subnavlist appears, it gets displayed on top of the main navigation:
http://www.pietcommuniceert.be/cases/disop/nl

It should show up like in the following example:
http://dev.ermarian.net/dhtml_menu/admin/settings

Is there some crucial CSS on the subnavlist that I'm missing here? Must be because garland shows correctly..
I've got a feeling that I'm missing a real small part here, I've been looking for a while now and I'm getting desperate :(

CSS: http://www.pietcommuniceert.be/cases/disop/themes/zen/zen/html-elements.css

Comments

pietdepauw’s picture

Just checked the page in IE, where it still looks like crap. FF, chrome and safari view ok, but with the error..

pietdepauw’s picture

All I needed was ul.menu li ul.menu { position: static; height: auto; }