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.
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.
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.
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.