Problem with the four button plug in pagination
Problem with the four button plug in pagination
Hi,
I am using the four button plug-in for pagination to display FIRST, PREIOUS, NEXT, LAST buttons. Buttons functionality is working perfectly, but the problem I am facing is display of the buttons. In one row FIRST, PREVIOUS buttons and below to these NEXT, LAST buttons are displaying. And also these button names are displaying above the button image which looks ugly.
Is there any way we can customize them to display properly as we like.
Thanks,
-Anil
I am using the four button plug-in for pagination to display FIRST, PREIOUS, NEXT, LAST buttons. Buttons functionality is working perfectly, but the problem I am facing is display of the buttons. In one row FIRST, PREVIOUS buttons and below to these NEXT, LAST buttons are displaying. And also these button names are displaying above the button image which looks ugly.
Is there any way we can customize them to display properly as we like.
Thanks,
-Anil
This discussion has been closed.
Replies
Is there a way we can cutomize these images?
Thanks,
-Anil
I made a joint plugin like that, with just the 4 buttons and a listbox between them, thks to allan and jneilliii.
Still these are not getting reflected in my screen. I have to modify/change the code in any other places? Please let me know.
[code]
.paginate_disabled_first {
background-image: url('../images/first_disabled.jpg');
}
.paginate_enabled_first {
background-image: url('../images/first_enabled.jpg');
}
.paginate_disabled_last {
background-image: url('../images/last_disabled.jpg');
}
.paginate_enabled_last {
background-image: url('../images/last_enabled.jpg');
}
[/code]
Thanks,
-Anil.
it's allways those simple things that make me loose so much time ;)
Allan
Thanks,
-Anil