gpt4 book ai didi

css - 如何摆脱 IE 和 Opera 中提交按钮的内边框?

转载 作者:行者123 更新时间:2023-11-28 14:44:29 24 4
gpt4 key购买 nike

这是一个示例表单:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Sample Form</title>
<style type="text/css">
input#send {width:80px; height:20px; padding:0; border:0;}
div {width:80px; height:20px; border: 1px solid green}
</style>
</head>
<body>
<form name="input" action="" method="post">
<input type="text" name="user"> Name
<div><input id="send" type="submit" value="Submit"></div>
</form>
</body>
</html>

提交按钮在获得焦点时内部有一个虚线边框。

非常感谢您的帮助!

爱雨

最佳答案

我相信你想要这个 CSS { outline : none; }

关于css - 如何摆脱 IE 和 Opera 中提交按钮的内边框?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5476043/

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