gpt4 book ai didi

javascript - css 自动检查我的 html 复选框

转载 作者:太空宇宙 更新时间:2023-11-04 16:05:41 25 4
gpt4 key购买 nike

当我将复选框包含在 css 类中时,它会自动选中。我怎样才能阻止它?

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>website</title>
<style type="text/css">
.checkbox0 {
position:fixed;
margin-left:137px;
margin-top:119px;
font-family:Segoe UI;
font-size:9px;
font-weight:normal;
}
</style>
</head>
<body>
<div class="checkbox0"><input type="checkbox" />s</input></div>
</body>
</html>

如果我们删除 <div class="checkbox0"></div>我们会看到它正常工作,但是当它与 css 一起使用时,它会自动检查。

最佳答案

这不可能。尝试使用此代码但看不到它已自动检查。问题在别的地方。如果此处包含其他一些 js 文件或其他内容有冲突,则可能是由于其他一些 js 文件所致。

关于javascript - css 自动检查我的 html 复选框,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/9168779/

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