Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. alainroger

    fade in/out and loop

    Here is my html page : <html> <head> <title></title> <head> <SCRIPT TYPE="text/JavaScript" SRC="Scroller.js"></SCRIPT> </head> <body> <script language="javascript"> var ticker = new Scroller('absolute',50,100,500,250); ticker.SetBorder(true,1,'#AAAAFF','solid')...
  2. alainroger

    fade in/out and loop

    unfortunately not, because when i use settimeout, CPU is used a 100%. i would like to make my fade in / out works all the time that user is on the web page, but without killing CPU resource or memory... i do not think so that it is possible to have several thread like in C++ :-( Alain
  3. alainroger

    fade in/out and loop

    Hi, i'm still working on my news/rss ticker class type. i'm able to fade in/fade out each news (each div), but only for once... how can i loop (all fade in/out) without killing the server CPU load of to let page works normally ? e.g : - I have 3 news/rss topics which should be displayed on 1...

Part and Inventory Search

Back
Top