gpt4 book ai didi

html - 在 QUirks 模式下如何解决以下问题?

转载 作者:太空宇宙 更新时间:2023-11-04 00:26:23 26 4
gpt4 key购买 nike

我有一个宽度为 200 像素的元素。它的左右填充各为 100 像素。在 IE7、IE8 和 firefox 4 中,它将填充附加到元素宽度。但是,在 IE Quirks 模式下,不附加填充,宽度保持为 200px。我该如何解决这个问题?

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Untitled Document</title>
<style type="text/css">
#t1{float:left;border:#000 thin groove;width:200px;padding:10px 100px 10px 100px;}

</style>
</head>

<body>
<p id="t1">This is child 1</p>

</body>
</html>

最佳答案

不使用怪癖模式。 Quirks 模式使用损坏的盒子模型,因此这是该渲染模式的预期行为。

您已经在使用带有适当文档类型声明的标准模式;是什么导致在 IE 上触发怪癖模式?

关于html - 在 QUirks 模式下如何解决以下问题?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/6579571/

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