I am using marquee to scroll news on my page and also using settimeout to fade In/Out message on the same page.
Marquee scroll news stops for a second and then continues when other message fade In/Out on the same page.
I think this behaviour accours becuase of settimeout function in javascript.
Note: It doesn’t happend on all pcs, i have tested this page on new machines and it is working fine.
I don’t know the real root cause of the problem.
Page work fine on firefox on the same machine which is causing problem (IE)
SOLVED this issue by using jquery and fade IN/OUT.