Pagination buttons don't appear in IE7

Pagination buttons don't appear in IE7

kshoesmithkshoesmith Posts: 3Questions: 0Answers: 0
edited January 2010 in General
We're making great use of data tables on a client site. Everything works perfectly except that the pagination buttons at the foot of the table don't show up in Internet Explorer 7.

http://www.swissjewel.com/2/sapphire_circular_windows/

Has anyone come across this before and is there a fix?

Replies

  • allanallan Posts: 63,407Questions: 1Answers: 10,452 Site admin
    Try removing the "position:relative;" from the .dataTables_wrapper class in the CSS - or adding zoom:1. IE has a bug which will cause it sometimes to hide elements depending on how they are floated/positioned. The demo stylesheets in DataTables 1.6.0 come with this fix.

    Regards,
    Allan
  • kshoesmithkshoesmith Posts: 3Questions: 0Answers: 0
    edited January 2010
    Thanks very much, Allan.

    I was hoping it would be that easy, but that didn't work. I've compared my .dataTables_wrapper class with the fix in 1.6.0 and even tried replacing it entirely.

    No joy.

    Any other suggestions?
  • pwc1011pwc1011 Posts: 62Questions: 0Answers: 0
    I know I had troubles with the way the url link was defined. Maybe it's a matter of it not finding the images?

    Patrick
  • kshoesmithkshoesmith Posts: 3Questions: 0Answers: 0
    Thanks, pwc1011, but I think that the image paths are ok since the images are appearing in every other browser...
  • poppapoppa Posts: 1Questions: 0Answers: 0
    edited February 2010
    (edit: nvm. Upgraded our library which fixed it.)
This discussion has been closed.