When looking at most sites (including SO), most of them use:
(查看大多数站点(包括SO)时,大多数使用:)
<input type="button" />
instead of:
(代替:)
<button></button>
(两者之间的主要区别是什么?)
(是否有正当理由使用一个而不是另一个?)
(是否有使用它们的有效理由?)
<button>
(使用<button>是否存在兼容性问题,看到它没有被广泛使用?)
(这是描述差异的页面 (基本上,您可以将html放入<button></button> ))
(另一页描述了人们为什么避免使用<button></button> (提示:IE6))
Another IE problem when using <button /> :
<button />
(使用<button />时的另一个IE问题:)
And while we're talking about IE, it's got a couple of bugs related to the width of buttons. (在谈论IE的同时,还有一些与按钮宽度有关的错误。)It'll mysteriously add extra padding when you're trying to add styles, meaning you have to add a tiny hack to get things under control. (当您尝试添加样式时,它将神秘地添加额外的填充,这意味着您必须添加一个小技巧才能使事情得到控制。)
And while we're talking about IE, it's got a couple of bugs related to the width of buttons.
(在谈论IE的同时,还有一些与按钮宽度有关的错误。)
(当您尝试添加样式时,它将神秘地添加额外的填充,这意味着您必须添加一个小技巧才能使事情得到控制。)
1.4m articles
1.4m replys
5 comments
57.0k users