我有一个看起来完美的页面http://esolar.ca/calculator
但是当我在http://esolar.ca/how-to-profit-from-microfit/microfit-income-calculator/将其嵌入iframe时
Internet Explorer 8中的“请求评估”按钮位于左侧太远.在iframed之后,如何使iframe的内容显示相同?
最佳答案
iFrame在IE中溢出.将宽度更改为584px为我“修复”它.
原文链接:https://www.f2er.com/css/427037.html有些事情可以减少这些问题:
>使用DOCTYPE避免在IE中触发怪癖模式.例如:
>使用CSS重置来减少跨浏览器的差异. Here’s a good one.
>如果所有其他方法都失败了,请使用Conditional Comments来调整IE CSS.