Can someone confirm that its not possible to change the height of a dropdown that is shown when you click on a select box.
The size attribute of th
You can change the height of one. Don't use height="500"(Just an example number). Use the style. You can use tag or just use this:
height="500"
Option 1 Option 2
I spotlight the change:
And even better...
style="height: 100px;">
You see that?
Please up vote if it's helpful!