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 jj4public@outlook.com on Thu Apr 20 13:21:30 2023
    On Thu, 20 Apr 2023 23:27:13 +0700, JJ <jj4public@outlook.com> 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

    • Plume
      Sun Sep 14 09:34:52 2025
      from Uk via Raw
    • Gretchiie
      Sun Sep 14 06:07:30 2025
      from Derry, Nh via Telnet
    • Thlc
      Sat Sep 13 17:11:34 2025
      from Rognac, France via Telnet
    • Thlc
      Sat Sep 13 17:04:03 2025
      from Rognac, France via Telnet
    • Thlc
      Sat Sep 13 16:32:19 2025
      from Rognac, France via SSH
    • Thlc
      Sat Sep 13 15:41:11 2025
      from Rognac, France via SSH
    • Thlc
      Sat Sep 13 07:56:03 2025
      from Rognac, France via SSH
    • Gretchiie
      Sat Sep 13 07:22:10 2025
      from Derry, Nh via Telnet
  • System Info

    Sysop: Keyop
    Location: Huddersfield, West Yorkshire, UK
    Users: 546
    Nodes: 16 (0 / 16)
    Uptime: 161:22:22
    Calls: 10,385
    Calls today: 2
    Files: 14,057
    Messages: 6,416,498

© >>> Magnum BBS <<<, 2025