【问题标题】:(Firefox) How to stop button indent on click(Firefox)如何在单击时停止按钮缩进
【发布时间】:2015-03-09 07:20:00
【问题描述】:

我在网页上创建了一个按钮,它在除 Firefox 之外的所有浏览器中的行为方式都符合我的要求。我不希望按钮在单击时缩进,并且它不会在除 Firefox 之外的所有浏览器中缩进。

这是一个在 Firefox 中单击时缩进按钮的示例:

注意人字形在点击时如何略微向右移动。

如何让按钮在 Firefox 中单击时不缩进?提前致谢。

【问题讨论】:

  • 你能发布你的css吗?

标签: html css firefox button browser


【解决方案1】:

我们需要查看您的代码!同时试试这可能是你的问题 仅针对 Firefox 并调整按钮悬停的填充

@-moz-document url-prefix() {
.btn:hover{
    padding: 2px;   //adjust padding might need to be 1 or ...
}

}

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 2011-08-19
    • 1970-01-01
    • 2015-04-25
    • 1970-01-01
    • 2012-10-17
    • 1970-01-01
    • 2022-08-13
    • 2011-10-30
    相关资源
    最近更新 更多