Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums JavaScript Form Drop Down Question Reply To: Form Drop Down Question

#146396
Paulie_D
Member

Seems to me you’re making this quite hard for yourself.

First hide the form using display:none and then display it by adding an active class when the button is clicked or hovered.

Frankly you don’t need the click as you would have to hover/mouseover it first in order to click it,

http://codepen.io/Paulie-D/pen/xyFok