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

FTH4 DISTRICT BETA participation requests are now open

Remember club numbers are always required.

The 110 clubs who are part of FTH4 Beta testing, please post in the FTH4 Beta Support Forum only.

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

  • SteveTheTechie
  • SteveTheTechie's Avatar
  • Offline
  • Emeritus
  • Emeritus
  • Posts: 11492
  • Thanks: 3057

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

9 years 7 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?

9 years 7 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: 33
  • Thanks: 3

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

9 years 7 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?

9 years 7 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?

9 years 7 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?

9 years 5 months ago - 9 years 5 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: 9 years 5 months ago by Bright. Reason: revision of description
The topic has been locked.
Moderators: BrianPamrhtaylor3NotLiableNSBjgavinLcala305Henipeterb323DebbieT
Time to create page: 0.148 seconds