IE 9 Compatibility Mode Problem

IE 9 Compatibility Mode Problem

abracadabraabracadabra Posts: 5Questions: 0Answers: 0
edited July 2011 in DataTables 1.8
I've noticed a problem in the Compatibility Mode feature of IE9 with my DataTable. Can anyone help me discern what's going on here? I've got Conditional CSS installed so if I need to make any CSS adjustments it won't be difficult to do so.

Here's normal IE 9 -- looks perfect:
http://i.imgur.com/mhSUp.png

Here's IE9 in Compatibility Mode:
http://i.imgur.com/t7LK2.png

Thanks!!

Replies

  • abracadabraabracadabra Posts: 5Questions: 0Answers: 0
    I should have spent more time investigating my code before posting! Looks like it's caused by a "position" CSS incompatibility somewhere. I have a container DIV in each one of those TD's in that column, which I am setting to "position:relative;" then I have a sub-DIV set to "position:absolute;" which allows me to float an image in each individual cell if certain criteria are met.

    I only have this issue in IE 9 compatibility mode, all other browsers seem to work fine. I'd love to keep this code in place so is there maybe some kind of CSS fix I can implement in DataTables? I'll keep playing around with it and will report back if I make any progress.

    - Adam
  • jpruizsjpruizs Posts: 1Questions: 0Answers: 0
    Hi!
    Same problem here. Did you find a fix for this?
This discussion has been closed.