• SSUPII@sopuli.xyz
    link
    fedilink
    English
    arrow-up
    7
    ·
    11 months ago

    The style of the <select> dropdown menu are managed by the operative system. You can’t keep it open, and you can’t modify it outside of your system settings.

    You might re-implement the drop-down system menu by yourself via CSS/JS if this is your website, so they become actual elements of the website.

      • SSUPII@sopuli.xyz
        link
        fedilink
        English
        arrow-up
        2
        ·
        edit-2
        11 months ago

        Because Firefox cannot interact with the system directly, can only ask the system for the basic drop-down menu. You MIGHT be able to edit it via CSS in the browser UI, but I doubt.

        The only browser to have access the style you are showing is Safari due to Apple’s choice to lockdown features to their programs only. The system knows how to do other drop-down menus, but it will not let you.