I have a marque field in my html...If i mouseover the marque it will be stop. After release the mouse it will run...Is there any function in javascript?
The marquee tag allows you to scroll some text of your choice accross the screen, and it doesn't need a JavaScript to make it work. The only problem with using it is that the marquee tag only works in Internet Explorer. Netscape will just show the text you wanted to scroll as plain text on the screen.
Lookout my javascript code...onmouseout i stop the marquee. Then how it is working ? If you mouseover again then it will run. If you want all the time the marquee field running then why should you these functions ? It will automatically running if you are not using functions.
Suppose if you want marquee run all the time after you mouseover the field then remove my onMouseOut javascript function.