0

Hi I have to make something like this:

dropdown list

I think it is a simple thing, but I have a question.

  • Should I do it by "select" in HTML or like a list?

When I click on the "month" the list will appear and I chose a month and the list will disappear. And it must look's like this one on the picture.

Dovydas Šopa
  • 2,282
  • 8
  • 26
  • 34

1 Answers1

0

As you want a special styling, I would suggest to use a jquery plugin which generates the select box as HTML. This gives you best styling possibilities - just by overwriting the CSS of the plugin.

One of these might be working for you:

You can also try CSS-only solutions like this one:

If the CSS-only solution will work for you mainly depends on your browser compatibility requirements.

Community
  • 1
  • 1
ESP32
  • 8,089
  • 2
  • 40
  • 61