Page 1 of 1

dhtmlmenu collapses on load of page

Posted: Thu Dec 16, 2004 2:21 pm
by Skninnyman
Hi,

I'm using the dhtmlmenu and on load of the webpage, the second level of the menu has already collapsed and remains visible. Strange enough, the second level of the menu is underneath the first level.

This is how it should be on load of the page:

menu item 1
menu item 2


This is how it should be on mouse over:

item 1
----sublevel 1
----sublevel 2
item 2


This is how it is on my page

menu item 1
menu item 2
----sublevel 1
----sublevel 2


You can have a look at http://www.magermans.com

Can anybody help me out here?

Thanks

dhtmlmenu collapses on load of page

Posted: Thu Dec 16, 2004 2:31 pm
by Ted
It doesn't look like the phplayers CSS file is in the right spot, or it's empty.

It's looking for: http://www.magermans.com/phplayers/layersmenu-cms.css

It's no problem if the file is empty, but the CSS that was in that file needs to be in your template somewhere.

It works

Posted: Thu Dec 16, 2004 8:33 pm
by Skinnyman
Thanks Wishy,

works for me.