Hi all, I'm using the jQuery plugin DataTables (http://www.datatables.net/) with the following initialization:
$('#reconcile_table').dataTable( {
'bSort' : true,
'bFilter' : true,
'bSortClasses' : false,
'iDisplayLength' : 200,
'bPaginate' : true,
'sPaginationType': 'full_numbers',
'bProcessing' : true,
'sDom' : '<"top"pf>rt<"bottom"i><"clear"l>'
});
I'm using the 'full_numbers' pagination with styling. With my CSS styling code it looks good in Firefox, but in IE the paging navigation buttons are reduced to just a sliver, like they've been clipped somehow.
I can't use an image as I'm a new user, so I'm kinda stuck there to explain myself further. Any help about what's going on in IE would be most appreicated, as I can't figure it out myself! :)
Thanks, Doug