Help with Styling Page-Links Pagination
-
What we’re in need of help with is styling the Pagination tabs.
Here’s an example:
The tabs on the top are the goal, the tabs on the bottom are what they currently appear to be.
The code:
<?php link_pages('<div class="sources">', '</div>', 'number', '', '', 'MIRROR %'); ?>
The CSS:
.sources { display:block; font: 12px Arial,Helvetica,sans-serif; float: left; padding: 3px; color: #FFC1C1; border: 1px solid #C00; background-color: #C00; font-size: 10px; font-weight: bold; margin: 3px; text-decoration: none; width: 60px; text-align: center; } .sources a { font: 12px Arial,Helvetica,sans-serif; float: left; padding: 3px; color: #BC0C3A; border: 1px solid #C00; background-color: #FFC1C1; font-size: 10px; font-weight: bold; margin: 3px; text-decoration: none; display:block; width: 60px; text-align: center; } .sources a:hover { color: black; border: 1px solid black; background-color: gainsboro; }
We’re not sure why it’s appearing like the bottom example, from the image.
We appreciate any help, thank you!
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Help with Styling Page-Links Pagination’ is closed to new replies.