i need horizontal scrolling script in javascript, but don't have much time to write it, so could you give me some links where i can find it? could you help me please?
A:
FacilityDerek
2010-03-27 11:02:16
+1
A:
There are lots of such widgets provided by a bunch of different javascript libraries.
- GWT
- YUI
- ExtJS
- Prototype/Scriptaculous
- JSMadeEasy as posted by FacilityDerek above.
John
2010-03-27 11:04:37
+2
A:
Have a look at these jQuery scripts:
The first is a scrolling menu: Horizontal Scrolling Menu made with CSS and jQuery Example here
The second is a scrolling pane jScrollHorizontalPane example here
Here is a more simple one also using jQuery: simplyScroll v1
If what you want is more of a news ticker, you might find this interesting: liScroll (a jQuery News Ticker made easy) 1.0
TommyA
2010-03-27 11:11:25