CSS Library: Links & Buttons: Here
CSS Pagination Links
Author: Dynamic Drive
Updated: Aug 30th, 07. Fixed issue in IE7 where select links appear too close together.
Inspired by the pagination interface you see at the footer of Digg.com, this is our version of a CSS pagination links bar, digg style. The links are list based for a cleaner and more semantically approach (in our opinion). The bar itself can easily be left or right aligned, by modifying the "text-align" attribute.
Demo:
The CSS:
Rate this code:
Date Posted: 08/30/2007
Revision History: Updated: 08/30/2007
Usage Terms: Click here
Got a question or need help customizing this CSS code? Post it in the CSS Forums. If you have a comment or suggestion instead, post it in the comments section below.
Comment Pages 5 of 5 pages « First < 3 4 5
How would one go about putting the entire pagination in 2 different areas of the same web page?
thanks. shall try it.
Buyu, Medyum, Medyumlar, Cinler, Buyuler, Nazar, Fallar, Yildizname, Hipnoz, Telepati, Reankarnasyon, Horoskop, Yorum, Tarot, Palmistry, Numeroloji, Konusunda Lider Site..!
thanks people !!
To centralize them replace:
.pagination ul{
margin: 0;
padding: 0;
text-align: left; /*Set to "right" to right align pagination interface*/
font-size: 16px;
}
with
.pagination ul{
margin: 0;
padding: 0;
text-align: center; /*Set to "right" to right align pagination interface*/
font-size: 16px;
}
.pagination ul{
margin: 0;
padding: 0;
text-align: left; /*Set to "right" to right align pagination interface*/
font-size: 16px;
}
with
.pagination ul{
margin: 0;
padding: 0;
text-align: center; /*Set to "right" to right align pagination interface*/
font-size: 16px;
}
i want to use this pagination in my intranet application but i don;t know how we initialize the page from 1, ,2 ,3, so tell me.
Very nice pagination CSS. Hope I can use it in my new project ;)
thank you for the script.

