Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我无法让我的网站在 IE 中正确显示。所有其他浏览器都可以很好地显示它我已将问题缩小到我在图像标签中设置的图像属性,也就是说,height="auto"如果我将值设置为height像 150px 这样的静态值,它将显示图片,但不会像我想要的那样按比例显示它到。有没有一种替代方法我是新手,并尝试寻找答案,但找不到我要寻找的东西。
height="auto"
height
没关系,我删除了该height属性,它工作得很好。