horizontal scrolling script [closed]
开发者_如何学JAVA
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this questioni 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?
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
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.
精彩评论