~~~ Please read before posting. ~~~

Important: We need your Club Number at a minimum, and as many details as possible.
For further info please read This page before posting.

How to make a "Scrolling text (can be paused)" on the WEB page?

  • SteveTheTechie
  • SteveTheTechie's Avatar
  • Offline
  • Administrator
  • Administrator
  • Posts: 11526
  • Thanks: 3050

Re: How to make a "moving banner" of the WEB page?

8 years 9 months ago
#59980
kenmatos wrote: Can you provide me documentation on
how to do a division block?
Code:
<div>other code</div>

There is an editor icon for doing this... look for the icon w/ <div> on it.
The following user(s) said Thank You: kenmatos, Bright
The topic has been locked.
  • Bright
  • Bright's Avatar Topic Author
  • New Member
  • New Member
  • Thanks: 0

Re: How to make a "moving banner" of the WEB page?

8 years 9 months ago
#59997
Thanks Brian. I google and found a WEBsite gifmaker.me to make animated gif file.

Now I can make several meeting photos play animately on home page. It's new feature to me.
Only I still not catch how to make the "moving banner". Seems a bit technical...
The topic has been locked.
  • kenmatos
  • kenmatos's Avatar
  • Offline
  • Junior Member
  • Junior Member
  • Posts: 28
  • Thanks: 3

Re: How to make a "moving banner" of the WEB page?

8 years 9 months ago
#59999
Thanks for sharing that website!
The topic has been locked.
  • LindaMann
  • LindaMann's Avatar
  • New Member
  • New Member
  • Thanks: 0

Re: How to make a "moving banner" of the WEB page?

8 years 9 months ago
#60015
The code for that is: <marquee behavior="slide" direction="left" style="width: 483px; height: 48px;"> </marquee>

Where it states left, you can put right in there too and it will move in that direction.... I forget the website I got this from...
The topic has been locked.
  • Bright
  • Bright's Avatar Topic Author
  • New Member
  • New Member
  • Thanks: 0

Re: How to make a "moving banner" of the WEB page?

8 years 8 months ago
#60020
It works for the moving banner finally.
Thanks for all the guidance here.
The topic has been locked.
  • Bright
  • Bright's Avatar Topic Author
  • New Member
  • New Member
  • Thanks: 0

Re: How to make a "moving banner" of the WEB page?

8 years 6 months ago - 8 years 6 months ago
#61620
As a result, I would like to share the following source code for "Scrolling text with pause" (i.e. moving cursor on the text) feature: 

<div>
<marquee onmouseout="this.start();" onmouseover="this.stop();" title="Holding your cursor over this stops the marquee.">
<span style="color: rgb(255, 0, 153);">
<span style="font-family: Verdana,Geneva,sans-serif;">
<span style="font-size: 16px;">
<em>Welcome to attend our coming meeting! </em>
</span>
</span>
</span>
</marquee>
</div>

You may replace the text "Welcome to attend our coming meeting! " above with your own text in "source mode".
For color and font family/size, it can be changed in "edit mode".
Last edit: 8 years 6 months ago by Bright. Reason: revision of description
The topic has been locked.
Moderators: BrianPamrhtaylor3marc33NotLiablejgavinLcala305Henipeterb323DebbieT
Time to create page: 1.064 seconds