Posts Topics Forums Images
Search videos from message boards Videos Search messages from microblogs Microblogs Search messages from imdb.com Imdb Search messages from yuku.com Yuku Search messages from lefora.com (free forums) Lefora
Loading... 

Thread: Basic JS stop function help


Started 3 years, 7 months ago by mattna4
Hello all, Now to get the ball rolling, I am not too good at the whole javascript thing, I am still learning. This seemed like a great place to get some ideas on how to write this... Currently I am trying to develop a reall simple menu, and in this menu I want some very basic animation on hoverover. So I got the hoverover to work like a champ, but it wont stop I was wondering how do you write a ...
Site: WebDeveloper.com  WebDeveloper.com - site profile
Forum: JavaScript   JavaScript   - forum profile
Total authors: 2 authors
Total thread posts: 5 posts
Thread activity: no new posts during last week
Domain info for: webdeveloper.com

Other posts in this thread:

JPnyc replied 3 years, 7 months ago
onmouseout="clearTimeout(tss)"

mattna4 replied 3 years, 7 months ago
simple as that ?????????? .....huh..... simple as that.......now that I look at it... that makes sense... I didnt know there was a clear command. dang your good ok, not that this is a BIG deal, but how do you get the original picture to display again? As is with your solution, it just stops on whatever picture it finished on... not that I cant make that work for me... I was just curious

JPnyc replied 3 years, 7 months ago
onmouseout="clearTimeout(tss);i=0" By the way, that slideshow won't work at all in opera. You need to test for if(document.all&&!window.opera) for the test to work in Opera.

mattna4 replied 3 years, 7 months ago
ok... ill keep that in mind. I'm thinking about building the site in Flash, and having the javascript run in the background of that... I dont know if that will work though, I'm still just testing the waters in general with it. But seriously, thanks for the help... I wish I understood js better than I do... but Im sure that will all come with time Thanks!

 

Top contributing authors

Name
Posts
mattna4
3
user's latest post:
Basic JS stop function help
Published (2006-08-01 14:54:00)
ok... ill keep that in mind. I'm thinking about building the site in Flash, and having the javascript run in the background of that... I dont know if that will work though, I'm still just testing the waters in general with it. But seriously, thanks for the help... I wish I understood js better than I do... but Im sure that will all come with time Thanks!
JPnyc
2
user's latest post:
Basic JS stop function help
Published (2006-08-01 14:32:00)
onmouseout="clearTimeout(tss);i=0" By the way, that slideshow won't work at all in opera. You need to test for if(document.all&&!window.opera) for the test to work in Opera.

Related threads on "WebDeveloper.com":

Related threads on other sites:

Thread profile page for "Basic JS stop function help" on http://www.webdeveloper.com. This report page is a snippet summary view from a single thread "Basic JS stop function help", located on the Message Board at http://www.webdeveloper.com. This thread profile page shows the thread statistics for: Total Authors, Total Thread Posts, and Thread Activity