• Hi,

    I’m trying to make a menu item pulse using animate.css (the WP-plugin for it) but it’s not working.

    I tried this in page.php:
    <div id="menu" class="animated fadeIn:hover">

    Or this in style.css:

    #menu ul li:hover{
      -webkit-animation-name: pulse;
              animation-name: pulse;
    }

    But it still won’t work. Anyone who can help me out?

    Thanks in Advance!
    Ben (murdoch201)

  • The topic ‘CSS3 hover won't work’ is closed to new replies.