[Pro] Freeway Marquee Question

I have created a series of scrolling logos along the bottom of my clients page. I would like to have the logos start scrolling
from the left but as you can see they start on the right leaving the area blank until they completely scroll across the page.

Here’s the Markup I am using:
















<img src=“
http://www.tsensorssummit.org/Scrollinglogos/RogerGrace.jpg

Thanks in advance, Clark

http://www.tsensorssummit.org


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Clark, if you want to post code here, there’s lots of options. First, you can use the “fenced” format, which is a line of four ~ (tilde) characters, followed by a return, followed by your code, and finally followed by another row of four tildes.

This is some code

For short lines, you can also put four spaces before each line, but that’s a bit less predictable. I’m using it here to show you what the block above looks like when I type it:

~~~~
This is some code
~~~~

For more complex bits of code, it’s always best to use Gist https://gist.github.com or Pastie http://pastie.org. Each of those sites will let you paste in any kind of code, and will give you a URL in return. Paste that URL here, and we will be able to see it, nicely formatted.

Thanks,

Walter


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Thanks Walter,
Let’s try again

<marquee scrollamount="6">
<a href="http://www-bsac.eecs.berkeley.edu/events/8633884603" target=”_blank”>
<img src="http://www.tsensorssummit.org/Scrollinglogos/BSAC.jpg" style="padding:0 20px;"></a>       
<a href="http://www.chipscalereview.com" target=”_blank”>
<img src="http://www.tsensorssummit.org/Scrollinglogos/CSR.jpg" style="padding:0 20px;"></a>
<a href="http://www.mancef.org" target=”_blank”>
<img src="http://www.tsensorssummit.org/Scrollinglogos/Mancef.jpg" style="padding:0 20px;"></a>
<a href="http://www.memsindustrygroup.org" target=”_blank”>
<img src="http://www.tsensorssummit.org/Scrollinglogos/MIG.jpg" style="padding:0 20px;"></a>
<a href="http://www.memsjournal.com" target=”_blank”>
<img src="http://www.tsensorssummit.org/Scrollinglogos/MEMSJ.jpg" style="padding:0 20px;"></a>
<a href="http://www.meptec.org" target=”_blank”>
<img src="http://www.tsensorssummit.org/Scrollinglogos/MEPTEC.jpg" style="padding:0 20px;"></a>
<a href="http://www.mems-exchange.org" target=”_blank”>
<img src="http://www.tsensorssummit.org/Scrollinglogos/MNX.jpg" style="padding:0 20px;"></a>
<a href="http://www.rgrace.com" target=”_blank”>
<img src="http://www.tsensorssummit.org/Scrollinglogos/RogerGrace.jpg"
</marquee>

freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Like this

http://www.deltadesign.co/FW6Test/marquee-scroll.html

<marquee class="html-marquee" direction="right" behavior="scroll" scrollamount="12" ><a href="http://www-bsac.eecs.berkeley.edu/events/8633884603" target=”_blank”>
<img src="http://www.tsensorssummit.org/Scrollinglogos/BSAC.jpg" style="padding:0 20px;"></a>       
<a href="http://www.chipscalereview.com" target=”_blank”>
<img src="http://www.tsensorssummit.org/Scrollinglogos/CSR.jpg" style="padding:0 20px;"></a>
<a href="http://www.mancef.org" target=”_blank”>
<img src="http://www.tsensorssummit.org/Scrollinglogos/Mancef.jpg" style="padding:0 20px;"></a>
<a href="http://www.memsindustrygroup.org" target=”_blank”>
<img src="http://www.tsensorssummit.org/Scrollinglogos/MIG.jpg" style="padding:0 20px;"></a>
<a href="http://www.memsjournal.com" target=”_blank”>
<img src="http://www.tsensorssummit.org/Scrollinglogos/MEMSJ.jpg" style="padding:0 20px;"></a>
<a href="http://www.meptec.org" target=”_blank”>
<img src="http://www.tsensorssummit.org/Scrollinglogos/MEPTEC.jpg" style="padding:0 20px;"></a>
<a href="http://www.mems-exchange.org" target=”_blank”>
<img src="http://www.tsensorssummit.org/Scrollinglogos/MNX.jpg" style="padding:0 20px;"></a>
<a href="http://www.rgrace.com" target=”_blank”>
<img src="http://www.tsensorssummit.org/Scrollinglogos/RogerGrace.jpg"</marquee>

David


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

David,
Maybe I didn’t explain myself very well. I would like to see the logos on the page flush left and then start scrolling left so there is no blank space before the scrolling begins. Is there a way to do this? I can’t seem to figure it out.

Thanks, Clark


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

I would like to see the logos on the page flush left and then start scrolling left so there is no blank space before the scrolling begins. Is there a way to do this?

Do you mean you want the page to load with the logos in a row all on display and then start to scroll to the left?

If so then not using the marquee tag.

You would have to use a javascript solution for that.

D


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

O.K. Thanks!


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

This page uses both methods http://www.deltadesign.co/odds/marquee.html

But I am still working on the translation into a FW doc

D


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

But I am still working on the translation into a FW doc

http://www.deltadesign.co/FW6Test/marquee-scroller.html

D


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Dave,
Just got back. You are awesome! I am not a Java guy but am trying to learn. Sometimes it makes my head hurt.

This helps tremendously.

Thanks, Clark


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options