Aqua-Soft Forums: Scrolling script - Aqua-Soft Forums

Jump to content

Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

Scrolling script Rate Topic: -----

#1 User is offline   sascha Icon

  • Group: Member
  • Posts: 64
  • Joined: 15-October 06

Posted 30 November 2007 - 01:30 PM

I'm looking for a script that scrolling the content horizontally just like on that website.

P.S. see attached image.

Thank You very much.

Attached File(s)

  • Attached File  menu.jpg (275.65K)
    Number of downloads: 45

0

#2 User is offline   nightcrawler1089 Icon

  • Group: Administrators
  • Posts: 7,909
  • Joined: 26-February 04

Posted 30 November 2007 - 03:13 PM

http://www.panic.com.../CodaEffects.js

Well, here's Panic's code. Send them an email and ask if you can use it for your own purposes.

-NC
0

#3 User is offline   Jjpeacha Icon

  • Group: Member
  • Posts: 154
  • Joined: 31-July 07

Posted 30 November 2007 - 05:05 PM

Here is something like that,

http://demos.mootools.net/Fx.Scroll

I have used it before to make an effect like that, and it is good.

Jj
0

#4 User is offline   sascha Icon

  • Group: Member
  • Posts: 64
  • Joined: 15-October 06

Posted 01 December 2007 - 08:10 AM

Any other variants? :o
0

#5 User is offline   rick22 Icon

  • Group: Member
  • Posts: 14
  • Joined: 28-February 08

Posted 28 February 2008 - 02:02 PM

hey thanx for sharing these gr8 codes... thanx... amazing..
0

#6 User is offline   3afreet Icon

  • Group: Member
  • Posts: 4
  • Joined: 08-January 09

Posted 16 April 2009 - 10:37 PM

i had something with this using a table

then using css define the scrollbars

<style>
body {overflow-y:hidden;overflow-x:scroll}
</style>

you can make it more interesting by changing the direction in the html tag
<html dir = "RTL">
0

Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic