Upon browsing the Mozilla homepage, I noticed a peculiar element in the center - a <select> option with an arrow lacking border and background color. In contrast, when visiting the Facebook sign-up page, the drop-down arrow adheres to the Windows standard border and background color. This variance piqued my curiosity. Despite attempting to eliminate the border using CSS by setting it to none
, only the border surrounding the entire <select> component disappeared while the arrow retained its border. These observations were made on Firefox 4 running on Windows.
A visual depiction can be seen in the attached screenshot, where the upper portion showcases Facebook's drop-down list appearance, and the lower section displays Mozilla's variation.