Skip to content

Tag: css

Make Collapsible Divs NOT hidden by default

I am using the Collapsible divs code from here: https://www.w3schools.com/howto/howto_js_collapsible.asp The collapsible divs are hidden by default, but I can’t figure out how to edit the JavaScript to make it so they are all visible by default & only hidden when you click the button to hide them. C…