100 Web Space
http://forum.100webspace.com/

CSS, Javascript, and Marquee Question
http://forum.100webspace.com/viewtopic.php?f=4&t=6106
Page 1 of 1

Author:  snb828 [ Mon Mar 05, 2007 9:18 pm ]
Post subject:  CSS, Javascript, and Marquee Question

I was wanting a marquee that could flip between left and right onmouseover.

Example:

<-(Left Arrow Image) ++++++++++++++Stuff That Scrolls ++++++++++++ (Right Arrow Image) ->

Make Sense?

Its probably involving Css and Javascript but I'm new to Javascript so I'm a bit lost.

Site's Gonna Be Up @ http://www.easy-g.org.

Author:  scorpian8867 [ Mon Mar 05, 2007 9:19 pm ]
Post subject: 

<marquee direction='left' scrollamount='4' onmouseover='this.direction="right";' onmouseout='this.direction="left";'>Stuff that Scrolls</marquee>

Try that out. :)

Author:  snb828 [ Mon Mar 05, 2007 9:25 pm ]
Post subject: 

I need the mouseovr to be on an image

Left Arrow onmouseovr makes it scroll left
Right Arrow onmouseovr makes it scroll right
Neither Arrow Makes it stop scrolling

Thanks for the quick response

Author:  snb828 [ Tue Mar 06, 2007 1:31 am ]
Post subject: 

Works like I had wanted but since you don't like it much, what else do you suggest?

Any suggestions appreciated!!!

Page 1 of 1 All times are UTC
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group
http://www.phpbb.com/