Add a scrolling banner? - Page 1 -...

User 406238 Photo


Registered User
199 posts

I would like to add a simple animated "ticker tape" horizontal scrolling banner across the bottom of my new homepage at www.stagecraftfilm.com
Just plain text that could be periodically updated with future credits...any suggestions?
Thanks - Boyd
Our personal site www.grandbanks42.com
User 406238 Photo


Registered User
199 posts

Sorry 'bout that... link to my new site has been fixed. www.stagecraftfilm.com
Our personal site www.grandbanks42.com
User 187934 Photo


Senior Advisor
20,181 posts

Which way do you want it to scroll?
marquee's
I can't hear what I'm looking at.
It's easy to overlook something you're not looking for.

This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com
User 406238 Photo


Registered User
199 posts

Single line sweeping from right to left along the bottom of the screen.
Our personal site www.grandbanks42.com
User 122279 Photo


Senior Advisor
14,447 posts
Online Now

Check out this, also at the bottom of the page: http://www.eikweb.com , is that something close to what you want?
Ha en riktig god dag!
Inger, Norway

My work in progress:
Components for Site Designer and the HTML Editor: https://mock-up.coffeecup.com


User 406238 Photo


Registered User
199 posts

Inger, thats exactly what I'm after although it would be for text only.
Our personal site www.grandbanks42.com
User 38401 Photo


Senior Advisor
10,951 posts

I have one on my a band site I created a while ago too here:
http://rockinwithmainstreet.com
User 406238 Photo


Registered User
199 posts

Thanks Jo Ann, thats what I'm after.
Can you tell me how it was created? - Boyd
Our personal site www.grandbanks42.com
User 187934 Photo


Senior Advisor
20,181 posts

I Inger, Hope you don't mind. I borrowed your scroll for an example.:D
http://progrower.coffeecup.com/picmarquee.html
You should be able to remove all the code for the images and just put some text in it's place.

or you can go as simple as this.
<marquee bgcolor="#cccccc" loop="-1" scrollamount="2" width="100%">Horizontally Scrolling Marquee</marquee>

Paste the code to the body HTML of a HTML box.:)
I can't hear what I'm looking at.
It's easy to overlook something you're not looking for.

This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com
User 406238 Photo


Registered User
199 posts

Thanks Eric, I think I may be in over my head.
If I copy that info heres what I get:


Download and unzip these two files and add them to the marquee folder.
crawler.js marquee.js
Round up all your images and make them the desired size. Mine are 120 wide by 80 tall. Now add a folder to VSD named marquee then add all your images to it. I renamed all of my images to image1.jpg and image2.jpg and so on for this example. You can name your images what ever you like just change the code below to reflect the actual name of you images.
Scrolling picture marquee
Back to Progrower.coffeecup.com
<div class="marquee" id="mycrawler">
<img src="marquee/image1.jpg" alt="" title="" />
<img src="marquee/image2.jpg" alt="" title="" />
<img src="marquee/image3.jpg" alt="" title="" />
<img src="marquee/image4.jpg" alt="" title="" />
<img src="marquee/image5.jpg" alt="" title="" />
<img src="marquee/image6.jpg" alt="" title="" />
<img src="marquee/image7.jpg" alt="" title="" />
<img src="marquee/image8.jpg" alt="" title="" />
<img src="marquee/image9.jpg" alt="" title="" />
<img src="marquee/image10.jpg" alt="" title="" />
<img src="marquee/image11.jpg" alt="" title="" />
<img src="marquee/image12.jpg" alt="" title="" />
<img src="marquee/image13.jpg" alt="" title="" />
<img src="marquee/image14.jpg" alt="" title="" />
<img src="marquee/image15.jpg" alt="" title="" />
<img src="marquee/image16.jpg" alt="" title="" />
<img src="marquee/image17.jpg" alt="" title="" />
<img src="marquee/image18.jpg" alt="" title="" />
<img src="marquee/image19.jpg" alt="" title="" />
<img src="marquee/image20.jpg" alt="" title="" />
<img src="marquee/image21.jpg" alt="" title="" />
<img src="marquee/image22.jpg" alt="" title="" />
<img src="marquee/image23.jpg" alt="" title="" />
<img src="marquee/image24.jpg" alt="" title="" />
<a href="http://coffeecup.com" target="_blank" title="Coffeecup Software"><img src="marquee/image25.jpg" alt="" title="" /></a>
</div>
Our personal site www.grandbanks42.com

Have something to add? We’d love to hear it!
You must have an account to participate. Please Sign In Here, then join the conversation.