SVG width in IE9
问题 I have a SVG. In Firefox and Chrome the width:100% and height:100% is working well. But in Internet Explorer 9 is not. Somebody knows how to fix it? Thanks. UPDATE: My really problem is putting this SVG into a table (the width is awful in IE9). The <td> 's are dynamic, I can't set width for the container of the SVG. 回答1: It's because the html, body, and div elements are collapsing down to the intrinsic height of the SVG. To work around that, you can set the html, body, and div elements to 100