<body onload="hideall();">

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • halyfax
    Senior Member
    • Mar 2004
    • 124

    #1

    <body onload="hideall();">

    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?
  • halyfax
    Senior Member
    • Mar 2004
    • 124

    #2
    solved

    Comment

    Working...