• flexdropdown menu javascript packages

    From The Doctor@21:1/5 to All on Thu Jul 28 07:00:55 2022
    Where can I find a updated version?

    Looks as if old scripts are breaking down xray505.ca .
    --
    Member - Liberal International This is doctor@nk.ca Ici doctor@nk.ca
    Yahweh, Queen & country!Never Satan President Republic!Beware AntiChrist rising!
    Look at Psalms 14 and 53 on Atheism https://www.empire.kred/ROOTNK?t=94a1f39b Given its way, evil will remove that which identifies it. -unknown Beware https://mindspring.com

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From K@21:1/5 to All on Thu Jul 28 05:13:54 2022
    Just make it yourself. Take some time and create it. Everything in JS should be possible.


    *****************************************
    Mister Kristjan Robam
    +372 53900660

    The Doctor kirjutas Neljapäev, 28. juuli 2022 kl 09:01:04 UTC+2:
    Where can I find a updated version?

    Looks as if old scripts are breaking down xray505.ca .
    --
    Member - Liberal International This is doc...@nk.ca Ici doc...@nk.ca
    Yahweh, Queen & country!Never Satan President Republic!Beware AntiChrist rising!
    Look at Psalms 14 and 53 on Atheism https://www.empire.kred/ROOTNK?t=94a1f39b
    Given its way, evil will remove that which identifies it. -unknown Beware https://mindspring.com

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Michael Haufe (TNO)@21:1/5 to The Doctor on Sat Jul 30 09:33:46 2022
    On Thursday, July 28, 2022 at 2:01:04 AM UTC-5, The Doctor wrote:
    Where can I find a updated version?

    Looks as if old scripts are breaking down xray505.ca .


    This is pretty easy to do these days with just CSS. You can browse codepen for a reasonable replacement:

    <https://codepen.io/search/pens?q=css+dropdown+menu>

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Arno Welzel@21:1/5 to All on Sat Jul 30 20:15:04 2022
    Michael Haufe (TNO):

    On Thursday, July 28, 2022 at 2:01:04 AM UTC-5, The Doctor wrote:
    Where can I find a updated version?

    Looks as if old scripts are breaking down xray505.ca .


    This is pretty easy to do these days with just CSS. You can browse codepen for a reasonable replacement:

    <https://codepen.io/search/pens?q=css+dropdown+menu>

    CSS relies on "mouse over" and may get quite cumbersome to use if you
    not only have a simple menu but also nested sub menus.


    --
    Arno Welzel
    https://arnowelzel.de

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Michael Haufe (TNO)@21:1/5 to All on Sat Jul 30 21:03:23 2022
    On Saturday, July 30, 2022 at 10:45:16 PM UTC-5, Michael Haufe (TNO) wrote:
    On Saturday, July 30, 2022 at 1:15:12 PM UTC-5, Arno Welzel wrote:
    Michael Haufe (TNO):
    On Thursday, July 28, 2022 at 2:01:04 AM UTC-5, The Doctor wrote:
    Where can I find a updated version?

    Looks as if old scripts are breaking down xray505.ca .


    This is pretty easy to do these days with just CSS. You can browse codepen for a reasonable replacement:

    <https://codepen.io/search/pens?q=css+dropdown+menu>
    CSS relies on "mouse over" and may get quite cumbersome to use if you
    not only have a simple menu but also nested sub menus.
    The newer <details/> tag can perform all of the old state tricks we used to rely on hacks for:

    <https://medium.com/an-idea/the-details-of-a-dropdown-a817dc27e545>

    no more hidden radio buttons with sibling selectors.

    Here's a quick proof of concept:

    <https://codepen.io/mlhaufe/pen/NWYXbbr?editors=1100>

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Michael Haufe (TNO)@21:1/5 to Arno Welzel on Sat Jul 30 20:45:11 2022
    On Saturday, July 30, 2022 at 1:15:12 PM UTC-5, Arno Welzel wrote:
    Michael Haufe (TNO):
    On Thursday, July 28, 2022 at 2:01:04 AM UTC-5, The Doctor wrote:
    Where can I find a updated version?

    Looks as if old scripts are breaking down xray505.ca .


    This is pretty easy to do these days with just CSS. You can browse codepen for a reasonable replacement:

    <https://codepen.io/search/pens?q=css+dropdown+menu>
    CSS relies on "mouse over" and may get quite cumbersome to use if you
    not only have a simple menu but also nested sub menus.

    The newer <details/> tag can perform all of the old state tricks we used to rely on hacks for:

    <https://medium.com/an-idea/the-details-of-a-dropdown-a817dc27e545>

    no more hidden radio buttons with sibling selectors.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Arno Welzel@21:1/5 to All on Sun Jul 31 12:24:49 2022
    Michael Haufe (TNO):

    On Saturday, July 30, 2022 at 1:15:12 PM UTC-5, Arno Welzel wrote:
    Michael Haufe (TNO):
    On Thursday, July 28, 2022 at 2:01:04 AM UTC-5, The Doctor wrote:
    Where can I find a updated version?

    Looks as if old scripts are breaking down xray505.ca .


    This is pretty easy to do these days with just CSS. You can browse codepen for a reasonable replacement:

    <https://codepen.io/search/pens?q=css+dropdown+menu>
    CSS relies on "mouse over" and may get quite cumbersome to use if you
    not only have a simple menu but also nested sub menus.

    The newer <details/> tag can perform all of the old state tricks we used to rely on hacks for:

    <https://medium.com/an-idea/the-details-of-a-dropdown-a817dc27e545>

    no more hidden radio buttons with sibling selectors.

    Thanks for the pointer - indeed this is much better than just relying on
    mouse over.


    --
    Arno Welzel
    https://arnowelzel.de

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From He, who travels time to time@21:1/5 to All on Wed Sep 21 06:41:36 2022
    Hey. Would You like to talk a little bit ?

    Call >>>>>>>>>>>>> 3 7 2 [[[[[[[country]]]]]]]]]]]] and then 56330687

    The Doctor kirjutas Neljapäev, 28. juuli 2022 kl 10:01:04 UTC+3:
    Where can I find a updated version?

    Looks as if old scripts are breaking down xray505.ca .
    --
    Member - Liberal International This is doc...@nk.ca Ici doc...@nk.ca
    Yahweh, Queen & country!Never Satan President Republic!Beware AntiChrist rising!
    Look at Psalms 14 and 53 on Atheism https://www.empire.kred/ROOTNK?t=94a1f39b
    Given its way, evil will remove that which identifies it. -unknown Beware https://mindspring.com

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Michael Haufe (TNO)@21:1/5 to who travels time to time on Wed Sep 21 10:02:49 2022
    On Wednesday, September 21, 2022 at 8:41:40 AM UTC-5, He, who travels time to time wrote:
    Hey. Would You like to talk a little bit ?

    Call >>>>>>>>>>>>> 3 7 2 [[[[[[[country]]]]]]]]]]]] and then 56330687

    Hey. Would you like to GFY and stop spamming us?

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)