I'm encountering some issues with a table setup.
The table consists of 3 cells per row, each cell has a maximum width, and any overflow text should be hidden.
I've already researched this topic:
How to restrict a table cell to one line of text using CSS?
I implemented the code as suggested in the link above.
http://jsfiddle.net/e3Eqn/222/
The issue I'm facing is that Firefox, Chrome, and Safari are rendering it correctly, but Internet Explorer is displaying strange formatting and ignoring the overflow:hidden
rule!