【发布时间】:2009-05-14 23:09:03
【问题描述】:
a website I'm working on 上的 CSS 有问题。
出于某种原因,该网站的 CSS 适用于 FF 3 和 IE 7,但 MS 使事情变得复杂,因为这不适用于 IE 6。
标题看起来被压扁了。
问题是我的客户拥有 IE 6,我被骂了却不知道为什么。
我的问题是:
- 在哪里可以获得适用于所有浏览器的测试套件?
- 如何解决?有人可以为我测试吗?
这是 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
【问题讨论】:
-
已修复!谢谢你们的帮助。
标签: css cross-browser