Datatable won't load in IE8

Datatable won't load in IE8

deidralwdeidralw Posts: 1Questions: 0Answers: 0
edited March 2013 in DataTables 1.9
I am currently using DataTables 1.9.3. When my page loads in IE8, it flashes then it goes to an error page, it displays fine in Firefox and Chrome. I discovered that the culprit is the CSS3 PIE file (pie.htc), that I'm using in my css page, which allows me to have rounded corners for the top of my page. It looks like the pie.htc file and datatables are conflicting. Is there a possible workaround for this?

Replies

  • GregPGregP Posts: 500Questions: 10Answers: 0
    edited March 2013
    Best solution I found for IE8 problems was "progressive enhancement". I have rounded corners for supported browsers, and square for not. As it turns out, it doesn't affect the user experience in the least! The IE8 users simply assume it was designed that way (which, after a fashion, it is!)

    That's the long way of saying, "Drop PIE and save yourself the headache". ;)
This discussion has been closed.