Is there a way to create scrolling text message (a few paragraphs rotating) in a box using HTML/CSS and scripting without Flash/multimedia?
Thanks.Well CSS would only enable to you to stylize it. If you wish to make it scroll or do any dynamic changes of that nature, you would need script that utilizes javascript.It would be better to let the user scroll it at their own pace. Not everyone reads at the same rate.It would be better to let the user scroll it at their own pace. Not everyone reads at the same rate.
I'd agree with that but I think he's talking about something along the lines of a marquee tag like netscape used.
My advice is don't do it, it's terribly annoying. Have a div that they can scroll in with the paragraph inside of it, but making it scroll automatically makes some people want to stab you.There are lots of scripts for this type of thing.
Is this HERE (<!-- m --><a class="postlink" href="http://www.dynamicdrive.com/dynamicindex2/crosstick.htm">http://www.dynamicdrive.com/dynamicindex2/crosstick.htm</a><!-- m -->) the type of thing you were looking for?
Hope this helps.
Thanks.Well CSS would only enable to you to stylize it. If you wish to make it scroll or do any dynamic changes of that nature, you would need script that utilizes javascript.It would be better to let the user scroll it at their own pace. Not everyone reads at the same rate.It would be better to let the user scroll it at their own pace. Not everyone reads at the same rate.
I'd agree with that but I think he's talking about something along the lines of a marquee tag like netscape used.
My advice is don't do it, it's terribly annoying. Have a div that they can scroll in with the paragraph inside of it, but making it scroll automatically makes some people want to stab you.There are lots of scripts for this type of thing.
Is this HERE (<!-- m --><a class="postlink" href="http://www.dynamicdrive.com/dynamicindex2/crosstick.htm">http://www.dynamicdrive.com/dynamicindex2/crosstick.htm</a><!-- m -->) the type of thing you were looking for?
Hope this helps.