We build. You grow.

Get best community software here

Start a social network, a fan-site, an education project with oxwall - free opensource community software

Drop Down Menu | Forum

Topic location: Forum home » Development » Themes
Will
Will Oct 25 '13
Hi,

I am trying to add my own drop down menu in place of the main menu. I need to know where I can place the function call for this, everything I tried comes back with an error message. Thanks for the help.

function showlayer(layer){
var myLayer= document.getElementById(layer);
if(myLayer.style.display=="none" || myLayer.style.display==""){
myLayer.style.display="block";
} else {
myLayer.style.display="none";
}
}
Will
Will Oct 26 '13
Maybe I should have checked out my admin setting a little more, I found the place to add this.
ross Team
ross Oct 28 '13
Topic was moved from General Questions.
Daisy Team
Daisy Nov 1 '13
Topic was moved from Custom Code Modifications.