Paging layout corrupted
Paging layout corrupted
trashhead
Posts: 4Questions: 1Answers: 0
I have a problem when displaying paging in the table.
All the numbers and first/prev/next/last buttons are all overlapping.
Here is a prnt screen:
http://frankyboy.se/test/paging.PNG
Looks same in both ie and chrome.
Running jquery 1.4.2 and jquery-ui-1.8.9 and jquery-ui-1.8.9.custom.css.
Also tried changing css according to this thread:
http://datatables.net/forums/comments.php?DiscussionID=126
But no luck.
Why are they overlapping ?
Thanks
All the numbers and first/prev/next/last buttons are all overlapping.
Here is a prnt screen:
http://frankyboy.se/test/paging.PNG
Looks same in both ie and chrome.
Running jquery 1.4.2 and jquery-ui-1.8.9 and jquery-ui-1.8.9.custom.css.
Also tried changing css according to this thread:
http://datatables.net/forums/comments.php?DiscussionID=126
But no luck.
Why are they overlapping ?
Thanks
This discussion has been closed.
Replies
Allan
I didnt think you had to add anything separately.
But as soon as I added this:
.paging_full_numbers .ui-button {
padding: 2px 6px;
margin: 0;
cursor: pointer;
* cursor: hand;
}
Everything looked much nicer.
Thank you.
Thanks.
Allan