Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Of course, if all you want to do is add hover effects to your app, it's always worth considering doing it in straight CSS:

  .menu {
      background-color: #fff;
  }
  .menu :hover {
      background-color: #ccc;
  }


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: