I have two unordered lists on a webpage. I want one to hide when loaded and the other to show.
One <ul> is the main menu that I never want hidden, and then I have a sub list another <ul> that has headers and if you click on the header the list expands. I use <body onload="hideall();"> to hide the list until you click the header.
How can I make one list hide and one list stay open?
One <ul> is the main menu that I never want hidden, and then I have a sub list another <ul> that has headers and if you click on the header the list expands. I use <body onload="hideall();"> to hide the list until you click the header.
How can I make one list hide and one list stay open?
Comment