HTML Select, force direction down -


Is there a way to implement the dropdown direction of a selected element in HTML?

At the moment we have a product display page, the widescreen resolution shows the selection box below halfway through the screen and hence the dropdown goes up.

Is this possible? Thank you.

No, this can not be done with a standard select element .

You have to use Javascript based options.

A cursory search does not reveal any jQuery / JS based options, which obviously offer to set the direction in the form of an alternative, but I'm sure there is one that he Does.


Comments