Pop-Up Thingie

>>> Magnum BBS <<<
  • Home
  • Forum
  • Files
  • Log in

  1. Forum
  2. Usenet
  3. COMP.INFOSYSTEMS.WWW.AUTH
  • main menu style?

    From dale@21:1/5 to All on Thu Apr 20 11:03:02 2023
    Hi,

    I posted this in comp.infosystems.www.authoring.stylesheets but no
    answer ...

    I will like to improve my style sheet.

    Here it is ...

    https://www.dalekelly.org/mystyle.css

    Here is my website ...

    https://www.dalekelly.org/

    I have unique styles in it for computers, tablets, and phones.

    On computer sizes the main menu is on the left.

    On tablet sizes the main menu is horizontal across the top.

    On phone sizes the main menu is top to bottom.

    On phones it seems like the menu is too long. Too many selections.

    I am thinking of new menus.

    Any thoughts of a new style sheet handling?

    --
    Mystery? -> https://www.dalekelly.org/

    Facebook-> https://www.facebook.com/dalekellytoo/
    Instagram -> https://www.instagram.com/dalekellytoo/
    Twitter -> https://twitter.com/dalekellytoo/
    YouTube-> https://www.youtube.com/@dalekellytoo
    GitHub -> https://github.com/dalekellytoo
    LinkedIn -> https://www.linkedin.com/in/dalekellytoo/
    Pinterest -> https://www.pinterest.com/dalekellytoo/

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From JJ@21:1/5 to dale on Thu Apr 20 23:27:13 2023
    On Thu, 20 Apr 2023 11:03:02 -0400, dale wrote:
    Hi,

    I posted this in comp.infosystems.www.authoring.stylesheets but no
    answer ...

    I will like to improve my style sheet.

    Here it is ...

    https://www.dalekelly.org/mystyle.css

    Here is my website ...

    https://www.dalekelly.org/

    I have unique styles in it for computers, tablets, and phones.

    On computer sizes the main menu is on the left.

    On tablet sizes the main menu is horizontal across the top.

    On phone sizes the main menu is top to bottom.

    On phones it seems like the menu is too long. Too many selections.

    I am thinking of new menus.

    Any thoughts of a new style sheet handling?

    Most mobile layout sites would use one-row scrollable nav. Taking advantage
    of touch input. i.e. add these:

    ul.sidenav {
    display: flex;
    }

    If all nav links must be visible, then make it two columns. i.e. ad these:

    ul.sidenav {
    display: flex;
    flex-wrap: wrap;
    }
    ul.sidenav > li {
    width: 50%;
    }

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From dale@21:1/5 to [email protected] on Thu Apr 20 13:21:30 2023
    On Thu, 20 Apr 2023 23:27:13 +0700, JJ <[email protected]> wrote:

    On Thu, 20 Apr 2023 11:03:02 -0400, dale wrote:
    Hi,

    I posted this in comp.infosystems.www.authoring.stylesheets but no
    answer ...

    I will like to improve my style sheet.

    Here it is ...

    https://www.dalekelly.org/mystyle.css

    Here is my website ...

    https://www.dalekelly.org/

    I have unique styles in it for computers, tablets, and phones.

    On computer sizes the main menu is on the left.

    On tablet sizes the main menu is horizontal across the top.

    On phone sizes the main menu is top to bottom.

    On phones it seems like the menu is too long. Too many selections.

    I am thinking of new menus.

    Any thoughts of a new style sheet handling?

    Most mobile layout sites would use one-row scrollable nav. Taking advantage >of touch input. i.e. add these:

    ul.sidenav {
    display: flex;
    }

    If all nav links must be visible, then make it two columns. i.e. ad these:

    ul.sidenav {
    display: flex;
    flex-wrap: wrap;
    }
    ul.sidenav > li {
    width: 50%;
    }

    Thank You !

    Will give it a try and get back.


    --
    Mystery? -> https://www.dalekelly.org/

    Facebook-> https://www.facebook.com/dalekellytoo/
    Instagram -> https://www.instagram.com/dalekellytoo/
    Twitter -> https://twitter.com/dalekellytoo/
    YouTube-> https://www.youtube.com/@dalekellytoo
    GitHub -> https://github.com/dalekellytoo
    LinkedIn -> https://www.linkedin.com/in/dalekellytoo/
    Pinterest -> https://www.pinterest.com/dalekellytoo/

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Arno Welzel@21:1/5 to All on Sat Apr 22 17:02:16 2023
    dale, 2023-04-20 17:03:

    https://www.dalekelly.org/
    [...]
    On phones it seems like the menu is too long. Too many selections.

    You may implement a drop down menu using CSS, also see here:

    <https://blog.logrocket.com/create-responsive-mobile-menu-with-css-no-javascript/>



    --
    Arno Welzel
    https://arnowelzel.de

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • Who's Online

  • Recent Visitors

    • Krenn
      Sun Jun 7 03:07:26 2026
      from Sydney, Nsw via Telnet
    • Krenn
      Sun Jun 7 01:30:12 2026
      from Sydney, Nsw via Telnet
    • Centurion
      Sat Jun 6 23:27:30 2026
      from Berea, Ohio via Telnet
    • Ab Cadd
      Sat Jun 6 15:42:53 2026
      from Sheboygan, Wi via Telnet
    • Centurion
      Sat Jun 6 15:32:28 2026
      from Berea, Ohio via Telnet
    • Krenn
      Sat Jun 6 11:38:56 2026
      from Sydney, Nsw via Telnet
    • Furryboy
      Sat Jun 6 10:56:29 2026
      from Romania, Galati via SSH
    • Centurion
      Fri Jun 5 22:28:01 2026
      from Berea, Ohio via Telnet
  • System Info

    Sysop: Keyop
    Location: Huddersfield, West Yorkshire, UK
    Users: 715
    Nodes: 16 (2 / 14)
    Uptime: 159:05:24
    Calls: 12,094
    Calls today: 2
    Files: 15,000
    Messages: 6,517,759

© >>> Magnum BBS <<<, 2026