gpt4 book ai didi

css - 浏览器可移植性问题

转载 作者:太空宇宙 更新时间:2023-11-03 21:01:43 25 4
gpt4 key购买 nike

我在 a website I'm working on 上的 CSS 有问题.
出于某种原因,该网站的 CSS 适用于 FF 3 和 IE 7,但当然 MS 会使事情复杂化,因为这不适用于 IE 6。
页眉看起来被压扁了。
问题是我的客户有 IE 6,不知道为什么就被骂了。
我的问题是:

  1. 从哪里可以获得适用于所有浏览器的测试套件?
  2. 我该如何解决?有人可以为我测试吗?

这是 IE 的 CSS:

/* CSS Document */

#presentation{
position: relative;
margin: 0 auto;
width: 689px;
height: 586px;
z-index: 0;
}

#pretext{
position: absolute;
padding: 20px;
}

#cleft{
width:97px;
height:665px;
position: relative;
float: left;
}

#cright{
width:97px;
height:665px;
position: relative;
float: right;
}

这是 html:
编辑所以弄乱了 html。
这是 pastebin

最佳答案

使用 IETester自己测试:)

关于css - 浏览器可移植性问题,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/862284/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com