i have one div named "#anim" where i will "rollover" mouse.
when mouse is over this "#anim", 5 other div's appear in fadeIn and disappear in fadeOut, each of them has different delay timing.
If you will roll over the "#anim" more then one time, very quickly, browser will stock this information and will repeat fadeIn and fadeOut constantly. how could i fix this?