Forums

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

Home Forums JavaScript [Solved] JQuery:hover

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

    Hey guys…I met a problem.I want my ‘.cover’ selector to ACT this way: each time I hover it, ‘.dell’ will be shown;But it turns out ONLY one time.Any help will be thankful.http://codepen.io/lrelia/pen/aiqgp

    #149523
    Paulie_D
    Member

    Well it’s done what you have told it do…when hovered, add some CSS to another element.

    You haven’t told it what to do when it’s unhovered.

    You’re probably better of just adding or removing a class.

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

    #149555
    lrelia
    Participant

    ^_^Thanks a lot~

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