On 9/4/18, Richard Owlett <[email protected]> wrote:
> I'm creating a custom web page to display my SeaMonkey bookmarks my way.
> I have chosen to use nested unordered lists. I have ~3500 bookmarks in
>  >500 folders nested several levels deep. I have two problems.
>
> The default indentation is too large causing items to line-wrap.
> The presence of bullets serves no purpose and is *UGLY*.

https://www.w3schools.com/css/css_list.asp

> I've been wandering a convoluted path thru the web finding only enough
> to tantalize. I keep ending up on poorly designed pages.
>
> Suggestions?

Javascript + CSS to hide/display folder contents
  https://www.w3schools.com/css/css_display_visibility.asp

Allows you to do something like

+ folder 1
+ folder 2
+ folder 3

where clicking on a plus sign shows whatever is in that folder
(and turns the plus to a minus so you can hide the folder contents again)

Lee
_______________________________________________
support-seamonkey mailing list
[email protected]
https://lists.mozilla.org/listinfo/support-seamonkey

Reply via email to