【问题标题】:Android like floating action button in html/jspAndroid 类似于 html/jsp 中的浮动操作按钮
【发布时间】:2017-10-04 07:25:35
【问题描述】:

我需要在我的 jsp 页面按钮上设置类似 android 的浮动操作按钮。无论滚动如何,按钮都应保持在底部。有什么可用的选项吗?

【问题讨论】:

    标签: html jsp floating-action-button


    【解决方案1】:

    如果您的按钮的 ID 为 fixedbutton。您可以在 CSS 中将其指定为:

    #fixedbutton {
        position: fixed;
        bottom: 0px;
        right: 0px; 
    }
    

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2015-11-08
      • 2023-03-15
      • 2015-12-05
      • 2015-07-19
      • 2015-06-25
      • 2015-01-11
      • 1970-01-01
      相关资源
      最近更新 更多