http://www.perlmonks.org?node_id=11121667


in reply to Re^2: Title bar and menu face lift?
in thread Title bar and menu face lift?

To get around the javascript issue; having navigation, user settings, and nodelets opened on page load could be a setting in Nodelet Settings (see my pen). If the user selects to have a box opened, the following attribute will be added to the details element.

<!-- normal --> <details> <summary>Summary of details</summary> Details content. </details> <!-- open --> <details open> <summary>Summary of details</summary> Details content. </details>

Those three details elements could be open by default, and the user would have to deselect the option, or not.

My OS is Debian 10 (Buster); my perl versions are 5.28.1 local and 5.16.3 or 5.30.0 on web host depending on the shebang.

No matter how hysterical I get, my problems are not time sensitive. So, relax, have a cookie, and a very nice day!
Lady Aleena