Results 1 to 5 of 5

Thread: Image scroller with text and scroll bar

  1. #1
    Join Date
    Aug 2006
    Posts
    116
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Image scroller with text and scroll bar

    I like the free gift scroller on this site http://www.directphoneshop.co.uk/

    does anyone know where i can get it, or something similar?

  2. #2
    Join Date
    Mar 2007
    Location
    Currently: New York/Philadelphia
    Posts
    2,735
    Thanks
    3
    Thanked 519 Times in 507 Posts

    Default

    You can make your own using the Slider widget of jQuery's UI branch.

    Here is a tutorial that walks you through how to mimic Apple's product slider. It's basically the same thing.

  3. #3
    Join Date
    Aug 2006
    Posts
    116
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Quote Originally Posted by Medyman View Post
    You can make your own using the Slider widget of jQuery's UI branch.

    Here is a tutorial that walks you through how to mimic Apple's product slider. It's basically the same thing.
    Thanks for the information Medyman, what youve given me looks comprehensive.

    What kind of things are possible with jQuery?

  4. #4
    Join Date
    Oct 2008
    Location
    Sweden
    Posts
    2,023
    Thanks
    17
    Thanked 319 Times in 318 Posts
    Blog Entries
    3

    Default

    Just google for jQuery tutorials, you will find heaps of stuff. Here are some good ones to start with:

    http://blog.themeforest.net/category/tutorials/
    http://www.webdesignerwall.com/tutorials/jquery-tutorials-for-designers/

  5. #5
    Join Date
    Mar 2007
    Location
    Currently: New York/Philadelphia
    Posts
    2,735
    Thanks
    3
    Thanked 519 Times in 507 Posts

    Default

    Quote Originally Posted by Dazza30 View Post
    What kind of things are possible with jQuery?
    Most things that you would use JavaScript for that alter the DOM. jQuery basically applies an easier syntax -- an interface, if you will -- to pure JavaScript.

    It's not a substitute of JavaScript, but in most basic to intermediate applications, it can be cleaner to implement than pure JavaScript.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •