gpt4 book ai didi

css - 按钮未在 Mozilla Firefox 和 Internet Explorer 中显示

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

我使用了带有以下 CSS 的按钮:

<button type="button" id="SaveDocument" class="btn btn-primary" style="margin-left: -82.6%; margin-top: -7%; width: 113px; position:fixed;" data-loading-text=" saving..."> Save</button>

并且此按钮在 Google Chrome 中可见但在 Mozilla FireFox 和 Internet Explorer 中不显示

请尽快帮助我。

最佳答案

使用这些边距值时,您会将按钮显示在屏幕之外。

尝试设置正值。

<button class="btn btn-primary" id="SaveDocument" style="width: 113px; margin-top: 7%; margin-left: 82.6%; position: fixed;" type="button" data-loading-text=" saving..."> Save</button>

DEMO

关于css - 按钮未在 Mozilla Firefox 和 Internet Explorer 中显示,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/20365922/

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