Hacker News new | ask | show | jobs
by notimpotent 1907 days ago
The combobox drop down menu feels wrong. The non-expanded control is true to the style, but the dropdown itself looks like it doesn't implement the Win98/Winforms style. Maybe it's the border?
1 comments

That's because you cannot style the browser-native dropdown panel with CSS. I don't know offhand if there is any good way to otherwise _emulate_ a dropdown with just CSS (i.e. without JavaScript).
Well that would explain it.