Marquee For Some Text Please
2 posters
Page 1 of 1
Marquee For Some Text Please
How do I get this to scroll from left to right? Hug Your Furbabies Daily! This doesn't work.
<div id="UMS_TOOLTIP"></div><marquee behavior="scroll" direction="left"><font size="4" face="Comic Sans MS"><b>Hug Your Furbabies Daily!</b></font></marquee><div id="UMS_TOOLTIP"></div>
<div id="UMS_TOOLTIP"></div><marquee behavior="scroll" direction="left"><font size="4" face="Comic Sans MS"><b>Hug Your Furbabies Daily!</b></font></marquee><div id="UMS_TOOLTIP"></div>
Last edited by Joanie on Sun 22 Jan 2017 - 8:28; edited 1 time in total
Joanie- Forumember
- Posts : 25
Reputation : 1
Language : English
Re: Marquee For Some Text Please
Hello @Joanie,
If you want to add something to scroll from left to right on all pages, you can always do the following.
Then add your announcement and what you want it to say by pressing the Green Plus Icon "+" at the bottom left and add your desired text and save that.
This will add that announcement on either all pages or just the home page. Depending on what you choose.
Hope this helps.
Cheers,
James
If you want to add something to scroll from left to right on all pages, you can always do the following.
Go to:
Admin Panel -> General -> Messages & Emails -> Announcements
Follow these steps:
Activate Announcements: "YES"
Announcements Display: "All Pages" or "Homepage"
Scrolling: "Go Left"
Scrolling Speed: Whatever you want
Then add your announcement and what you want it to say by pressing the Green Plus Icon "+" at the bottom left and add your desired text and save that.
This will add that announcement on either all pages or just the home page. Depending on what you choose.
Hope this helps.
Cheers,
James
Guest- Guest
Re: Marquee For Some Text Please
I'm sorry I shoulda made it more clearer.....can you not add a marquee to like your signature?
Joanie- Forumember
- Posts : 25
Reputation : 1
Language : English
Re: Marquee For Some Text Please
Ah sorry @Joanie,
I misunderstood! You can do something like that. Here is a sample type code to what you can do.
CSS Code:
HTML Code (For Signature):
Try adding the HTML code into your signature and add the CSS Code into your CSS Stylesheet in your Admin Panel. You may need to also make some adjustments but this was something I found about a Marquee with HTML code and css as well which I know Forumotion can use so we can try this but I cannot be 100% that it will work.
Cheers,
James
I misunderstood! You can do something like that. Here is a sample type code to what you can do.
CSS Code:
- Spoiler:
- Code:
.example1 {
height: 50px;
overflow: hidden;
position: relative;
}
.example1 h3 {
font-size: 3em;
color: limegreen;
position: absolute;
width: 100%;
height: 100%;
margin: 0;
line-height: 50px;
text-align: center;
/* Starting position */
-moz-transform:translateX(100%);
-webkit-transform:translateX(100%);
transform:translateX(100%);
/* Apply animation to this element */
-moz-animation: example1 15s linear infinite;
-webkit-animation: example1 15s linear infinite;
animation: example1 15s linear infinite;
}
/* Move it (define the animation) */
@-moz-keyframes example1 {
0% { -moz-transform: translateX(100%); }
100% { -moz-transform: translateX(-100%); }
}
@-webkit-keyframes example1 {
0% { -webkit-transform: translateX(100%); }
100% { -webkit-transform: translateX(-100%); }
}
@keyframes example1 {
0% {
-moz-transform: translateX(100%); /* Firefox bug fix */
-webkit-transform: translateX(100%); /* Firefox bug fix */
transform: translateX(100%);
}
100% {
-moz-transform: translateX(-100%); /* Firefox bug fix */
-webkit-transform: translateX(-100%); /* Firefox bug fix */
transform: translateX(-100%);
}
}
HTML Code (For Signature):
- Spoiler:
- Code:
<div class="example1">
<h3>Scrolling text... </h3>
</div>
Try adding the HTML code into your signature and add the CSS Code into your CSS Stylesheet in your Admin Panel. You may need to also make some adjustments but this was something I found about a Marquee with HTML code and css as well which I know Forumotion can use so we can try this but I cannot be 100% that it will work.
Cheers,
James
Guest- Guest
Re: Marquee For Some Text Please
Thank You Thank You it worked. I so appreciate your help.
Joanie- Forumember
- Posts : 25
Reputation : 1
Language : English
Re: Marquee For Some Text Please
Problem solved & topic archived.
|
Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
Similar topics
» Marquee
» Marquee Speed
» Stop a marquee?
» how to make this marquee
» The Marquee Tag: Need help from a CSS/HTML Guru!
» Marquee Speed
» Stop a marquee?
» how to make this marquee
» The Marquee Tag: Need help from a CSS/HTML Guru!
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum