Advertise / Sponsors

How to Be a Rockstar Freelancer
Comments RSS Feed

Recent Comments

  • admin: Yes, it does the same. Basic I just get the object $(”#nicemenu span.head_menu”) once, and applied the...
  • André Beaudry: Hi, I would like to know why : $(”#nicemenu span.head_menu”).mouseov er(function(){...
  • admin: Try to change the z-index to the menu container in my example div #nicemenu. The first one should have for ex....
  • Sean: Hi, I have 2 menus on the same page, when I expand the top one, it will overlap the second one, the second one...
  • admin: Just replace in the source code the “.fadeIn()” with “.show()”, everywhere.