Forums

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

Home Forums CSS [Solved] Navbar Not Dropping Down

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

    Hi I have made navbar vertical but when click on link not dropping down http://codepen.io/CarraraWebsiteSolutions/pen/vJskw how to I make it drop.

    ** Note**

    I got it sort of working but had to use JS. I thought I could do it with css.

    #154409
    Ricardo C.
    Participant

    Hi CWS! There is a way in doing it through css. You can do it on :hover. Which means it will only work on hover not on click. An alternative to that is using :active but that will only work when the click is held down. You can only do profound event handling using javascript or jquery.

    #154418

    Thanks Any Way Think I just Might Use Jquery / Java Script For Stuff Like Thank Now. Seems Easier When I Do it Rather Than CSS

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