> Is there any CSS that goes with this plugin? I also had the issue just
> plugin it in that the page list was in vertical form not horizontal.
Yeah - if I remember correctly, this is primarily it:
ul.nav-page {
margin: 15px auto;
width: 600px;
padding: 0;
list-style: none;
position: relative;
}
ul.nav-page li {
padding: 0 3px;
display: inline;
}
ul.nav-page li.cur a {
font-weight: bold;
font-size: 16px;
}
ul.nav-page li a {
font-size: 14px;
color: #FFF;
}
ul.nav-page li.prev {
position: absolute;
top: 0px;
left: 0px;
}
ul.nav-page li.next {
position: absolute;
top: 0px;
right: 0px;
}
ul.nav-page li.next a, ul.nav-page li.prev a {
font-size: 16px;
font-weight: bold;
}
> As well when i go to a few pages in and sort it shows another pages data
> at the bottom totaling 20 lines and sorts only the bottom half.
I really have no idea about that. I won't be able to check into it for
a while yet, jQuery bugs are my priority now.
--John
_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/