Pamps
06-05-2007, 04:53 PM
1) Script Title: Virtual Pagination script
2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex17/virtualpagination.htm
3) Describe problem:
Hi,
I am trying to use images instead of text to paginate.
I think i have to work based on
gallery.buildpagination("galleryselect", ["castle", "park", "harvest", "country"])
but i do not know how to handle it to use images instead of the text.
I try also to look at :
<a href="javascript:eg1.showpage(0)">Go to first page of this paginated content</a>
this function seems what i need cause i can change text inside <a> for an image and could put <a href="javascript:eg1.showpage(0)">IMG0</a>,<a href="javascript:eg1.showpage(1)">IMG2</a>, <a href="javascript:eg1.showpage(2)">IMG2</>.....
but could not see how to implement it.
Maybe i am missing some point here but can u help me on this.
Many thanks,
Pedro
2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex17/virtualpagination.htm
3) Describe problem:
Hi,
I am trying to use images instead of text to paginate.
I think i have to work based on
gallery.buildpagination("galleryselect", ["castle", "park", "harvest", "country"])
but i do not know how to handle it to use images instead of the text.
I try also to look at :
<a href="javascript:eg1.showpage(0)">Go to first page of this paginated content</a>
this function seems what i need cause i can change text inside <a> for an image and could put <a href="javascript:eg1.showpage(0)">IMG0</a>,<a href="javascript:eg1.showpage(1)">IMG2</a>, <a href="javascript:eg1.showpage(2)">IMG2</>.....
but could not see how to implement it.
Maybe i am missing some point here but can u help me on this.
Many thanks,
Pedro