Forums

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

Home Forums JavaScript Form Drop Down Question

  • This topic is empty.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #146395

    Hello.

    I can’t seem to figure out how to get it so when I hover over drop down link “Sign In” the log in form will appear.

    http://codepen.io/mwbcomputers/pen/qEemg

    My script not working for it? Not sure what I am doing wrong. It keeps on going away and doesn’t work when click on button

    #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

    #146470

    Yeah I thought give it ago making my own drop down form for login might have to get one then modify it to my own.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The forum ‘JavaScript’ is closed to new topics and replies.