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
      Sat Jun 14 05:15:48 2025
      from Uk via SSH
    • Centurion
      Sat Jun 14 04:44:25 2025
      from Berea, Ohio via Telnet
    • Centurion
      Sat Jun 14 03:55:25 2025
      from Berea, Ohio via Telnet
    • Adam Fancher
      Fri Jun 13 23:00:16 2025
      from Winsted, Ct via Telnet
    • Plume
      Fri Jun 13 22:17:22 2025
      from Uk via SSH
    • Centurion
      Fri Jun 13 18:58:14 2025
      from Berea, Ohio via Telnet
    • Bob Worm
      Fri Jun 13 10:37:24 2025
      from Wales, Uk via Telnet
    • Centurion
      Fri Jun 13 08:09:26 2025
      from Berea, Ohio via Telnet
  • System Info

    Sysop: Keyop
    Location: Huddersfield, West Yorkshire, UK
    Users: 491
    Nodes: 16 (2 / 14)
    Uptime: 140:21:00
    Calls: 9,693
    Calls today: 3
    Files: 13,728
    Messages: 6,178,161

© >>> Magnum BBS <<<, 2025