Data Table Internet Explorer 7 zoom Bug

Data Table Internet Explorer 7 zoom Bug

ay2k_tay2k_t Posts: 1Questions: 0Answers: 0
edited January 2011 in General
I am using data table with full_number pagination.

$('#site_table').dataTable(
{"sPaginationType": "full_numbers","bAutoWidth": false
});

when ever I try to zoom in or zoom out in IE 7 the pagination buttons loose the numbers.
you can try to test the current full pagination sample on website at
http://datatables.net/examples/basic_init/alt_pagination.html
by trying to zoom in and out in IE 7.

I tried the following solutions none of them work.
1> Upgraded the js to 1.7.5
2> edited the datattable_wrapper
.dataTables_wrapper {
clear:both;
min-height:302px;
zoom:1;
}

Thanks for replying in advance.
This discussion has been closed.