views:

45

answers:

1

hey guys i want to create one display form in which at the bottom images with some text are display in a sliding format. And when user take mouse pointer onto image that time at the top that image look bigger compare to bottom image.& with image some text also appear with "readmore" button. when you click "readmore" then it redirect to other page which have full info about selected content. for clear view what i said visit www.yahoo.com

i want to create some like that for displaying news with pics.

+1  A: 

Pratickg88: This is what I used in a similar project:

jCarousel combined with jQuery 1.4.2.

Then I did something rolling my own Carousel class in another project:

http://www.phpexperts.pro/demos/graph_sort/

JavaScript source code for that widget.

hopeseekr