 | reply to Dude111
Re: A question JustinWhile you wait...
If your browser supports it, then you can use this CSS to just move the pagination to the bottom of the window:
@namespace
url("http://www.w3.org/1999/xhtml");
@-moz-document
url-prefix("http://www.dslreports.com/postlist") {
div.ks-pagination-links {
position: fixed !important;
bottom: -4px !important;
right: 300px !important;
background-color: #ffe3ef !important;
border: solid 2px #f00 !important;
border-radius: 5px !important;
}
}
You could position it anywhere else as well (with top/bottom, right/left). I just created it so haven't played around with it much yet--seems to work OK.
-- "...but ya doesn't hasta call me Johnson!" |