SMF For Free Support Forum

SMF For Free Support => General Support => Topic started by: Nutz on April 16, 2007, 10:10:13 pm

Title: Marquee BBC Speed tag?
Post by: Nutz on April 16, 2007, 10:10:13 pm

I know the [ move ] tag but is there a way to speed up the marquee ? TIA
Title: Re: Marquee BBC Speed tag?
Post by: simply sibyl on April 16, 2007, 10:40:36 pm

I know the [ move ] tag but is there a way to speed up the marquee ? TIA

examples:

<marquee behavior="scroll" direction="left" scrollamount="1">
Slow scroll speed
 
<marquee behavior="scroll" direction="left" scrollamount="10">
Medium scroll speed
 
<marquee behavior="scroll" direction="left" scrollamount="20">
Fast scroll speed
 
more marquee stuff here:   http://www.quackit.com/html/codes/html_marquee_code.cfm
Title: Re: Marquee BBC Speed tag?
Post by: simply sibyl on April 16, 2007, 10:45:26 pm
er sorry.. that was all for html
if you are wanting bbcode to make it go faster..  i dunno that you can



I "just" noticed the BBC in the topic title   ::)
Time for me to call it a night   :uglystupid2:   :2funny:
Title: Re: Marquee BBC Speed tag?
Post by: Nutz on April 16, 2007, 11:27:42 pm
Thanks again sibyl. I just needed to make an image fly across the news fader and HTML will do just fine (missed that html was allowed there)  :)
Title: Re: Marquee BBC Speed tag?
Post by: Nutz on April 16, 2007, 11:46:16 pm
html code for anyone that needs it.

<marquee behavior="scroll" direction="left" scrollamount="40"><img src="your url here" width="100" height="100" alt="smile" /></marquee>
Title: Re: Marquee BBC Speed tag?
Post by: simply sibyl on April 17, 2007, 12:28:27 am
Thanks again sibyl. I just needed to make an image fly across the news fader and HTML will do just fine (missed that html was allowed there)  :)

Yep.. you can use html and bbcode in the news box.
Glad that it was of help to you.