Is it possible to make a drop down menu open upwards?

Is it possible to make a drop down menu open upwards?

I’ve seen jQuery and JS menus that will drop either up or down, depending on where the menu is in the browser window. That’s nothing unusual. Is that what you mean?

Yes instead of setting top:auto for the drop down menu you would use bottom:0 instead.

Here’s an old example.