Mobile Table Crashes Ie9
So I'm pulling my hair out over an IE9 bug that causes the browser to crash. I have a table that I am reformatting for small screen devices using media queries. It's some pretty
Solution 1:
Ok, well one fix seems to be adding float:left to the TABLE tag. I don't really want to float the table so I'm going to keep looking for other fixes.
Post a Comment for "Mobile Table Crashes Ie9"