Forum Moderators: open
I'm looking for a freeware package that will allow me to create scrolling headlines (containing my own text), as well as the HTML code that (supposedly) supports this.
I'm aware of plenty of Java applets that will do this but I'm looking for a something that will create this as a GIF (must be a GIF file).
Any ideas? It needs to be free - our Credit Union doesn't have funds at the moment.
I should mention that I (we) have no programming knowledge.
Thanks
Martin
First, while it can be done, an animated gif would use a lot of bandwidth as a text scroller - the pixels will shift from frame to frame as the text "moves" -- and so any pixel based solution is not going to compress very well. (As an aside, for a gif, there is no special html code required - you just place the .gif file in the html document.)
The best GRAPHIC solution from a bandwidth point-of-view would probably be Flash, but that's definitely not free.
However, you still don't need a java applet -- text scrollers can also be done with javascript - a very different technology. Lot's of "javascript text scrollers" show up on any search, the scripts are free and the bandwidth required is minimal.
Firefox has, of course, supported marquee since its early betas, since Firefox 0.1 came out around the same time as Mozilla 1.0.1, and the Mozilla Suite and Firefox share(d) the same rendering engine.
And Netscape 6.x is irrelevant any way you look at it.
Even the thecounter.com global stats give that browser only a fifth of the market share IE 4 still has, a third of that of Netscape Navigator 4 and less than Linux-only Konqueror. In other words, within the rounding error of "none whatsoever".
Add to that the fact that <marquee> degrades perfectly all the way to Lynx and Mosaic...