IE8是否支持将宽度值设置为百分比?我有一个宽度值设置为33.33%的表单,但IE8忽略该值,除非以像素为单位设置。
答案 0 :(得分:1)
显然,IE在舍入数字时遇到问题。这篇文章讨论了您的确切问题,请查看:http://www.pixotech.com/css-jumping-columns-ies-percentage-rounding-algorithm/
有关可能的解决方案,请在此处查看此信息:How do I get around the IE CSS percentage rounding problem?