It .block-cartdoesn't seem to be a child of the element that triggers the freeze, so to maintain an active state of the freeze, you need to structure your HTML so that it is .block-carta child of the element that causes the freeze.
Btw: why don't you use $(this).hover()instead $(this).mouseover().mouseout(), it's a little easier
source
share