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

    • Guest
      Wed Jul 29 14:26:54 2026
      from Balkans via Telnet
    • Rixter
      Wed Jul 29 14:18:17 2026
      from Madison, Nc via Telnet
    • Rixter
      Wed Jul 29 02:00:40 2026
      from Madison, Nc via Telnet
    • Centurion
      Tue Jul 28 22:54:59 2026
      from Berea, Ohio via Telnet
    • Bob Worm
      Tue Jul 28 16:01:18 2026
      from Wales, Uk via Telnet
    • Rixter
      Tue Jul 28 13:42:46 2026
      from Madison, Nc via Telnet
    • Krenn
      Tue Jul 28 11:59:57 2026
      from Sydney, Nsw via Telnet
    • Rixter
      Tue Jul 28 01:23:48 2026
      from Madison, Nc via Telnet
  • System Info

    Sysop: Keyop
    Location: Huddersfield, West Yorkshire, UK
    Users: 741
    Nodes: 16 (2 / 14)
    Uptime: 69:10:44
    Calls: 12,448
    Calls today: 3
    Files: 15,194
    Messages: 6,537,590

© >>> Magnum BBS <<<, 2026