-1

I need something like this (http://www.thomasville.com/). The image rotator with nice faded text and the numbers for navigation. I did a view source and saw bunch of js. I dont want to use too many of those js as I have constrain what I can uplaod to our server. Can anyone point me to right direction and good sample where I can get something like this.

5 Answers5

1

You can try http://www.slidesjs.com/

gutierrezalex
  • 828
  • 4
  • 10
  • @Gutierrezalex: this http://slidesjs.com/examples/images-with-captions/ is good but missing the numbering. I wanted number instead of clickable round buttons – Tanya Pierce Jun 21 '11 at 19:11
  • But then how do you display numbers with link? Like the sample I posted – Tanya Pierce Jun 21 '11 at 20:19
  • The numbers are behind the round buttons. If you edit the CSS file, you can get the numbers to show. You would need to know CSS – gutierrezalex Jun 21 '11 at 20:34
  • this is working and now i get the numbers. Last thing is move it where the caption is but align to right. .pagination li a { bottom:-35px; right:0; font-size:1.3em; – Tanya Pierce Jun 21 '11 at 22:05
  • Man. Finally fixed the CSS to show the number style navigation on the right side. Thanks GutierrezAlex. – Tanya Pierce Jun 21 '11 at 22:34
0

http://jquery.malsup.com/cycle/ is a pretty good jquery plugin for image slideshows. It has plenty of examples as well.

helloandre
  • 10,541
  • 8
  • 47
  • 64
0

Take a look at Galleria: http://galleria.aino.se/

It seems to be very full featured and can be customized as you need.

NakedBrunch
  • 48,713
  • 13
  • 73
  • 98
0

A lot of modern jQuery sliders here http://vandelaydesign.com/blog/web-development/jquery-image-galleries/ and here http://www.ajaxline.com/node/2130

guchko-gleb
  • 983
  • 1
  • 6
  • 8