"SBA" <OhJust.DeleteThis@FuckHotmail.com> wrote in
news:0c857f8b13ce06e2290a4a44f588ef9c@news.teranews.com:
> Also, at the bottom of the web page window, there is scrolling text .
> How do I slow down the speed ?
Somewhere in your source (to the top, just under <head>) you have some
parameters set for the javascript that runs the scroller:
DS_Speed=0;
Increase the value. Try DS_Speed=1; or higher.
Or take away that line and change
setTimeout("DS_StatusBarScroll()",DS_Speed);
to something like:
setTimeout("DS_StatusBarScroll()",2);
That's manual precompiling, not that it will make much difference, it gives
a smaller source and since you'r not dynamically changing the speed anyway,
why waist the resources by making the processor look up a pointer adress
for a static number it could have got statically? Waist of memory and
processor resources (if the compiler doesn't optimise it out).
don't worry if you don't understand all that
--
Add articles with optional images to news/events pages via FTP
News Updater: <a style='text-decoration: underline;' href="http://www.xmlssoftware.com/NUpdater" target="_blank">http://www.xmlssoftware.com/NUpdater</a><!-- ~MESSAGE_AFTER~ -->
>> Stay informed about: Critique My Website