How do I get this div to scroll left?

Question by MaphGeek: How do I get this div to scroll left?





I’m having a tad bit trouble getting the “inner” div to scroll left. I realize that my code is quite a bit redundant and lengthy, but I am just a beginner. I just need a little help getting it to scroll.
What I’m basically trying to do is get the inner div to move left inside of the outer div.
Kind of like a news ticker or stock ticker

Best answer:

Answer by Afkatm
I assume you mean trying to get the inner div to scroll left inside the other div, because the other div is the only one that has overflow defined.

It really depends on the content of your inner div, if it’s text then well text will auto wrap and won’t scroll left unless you tell it not to. I don’t know the style for this off hand. If it’s an image it should scroll.

Also, your div is not tall enough for a horizontal scrollbar to be displayed. Try increasing it to 40px.

What do you think? Answer below!

Tags: , ,

About Admin