Forums

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

Home Forums Other How to create login form in drop down menu.

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

    Hello I would like to know the way to create a login form that drop down in my menu link with out java-script.

    I have tried so many and failed.

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

    #147023
    Paulie_D
    Member

    The only elements allowed as direct children of a ul/ol are `li’.

    There is no reason you can’t have the log-in DIV etc inside #mobile-nav but NOT inside theul.

    In any case, you will need JS at some point to do something with the log-in…won’t you?

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

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