【问题标题】:How to insert moving menu bar in Wordpress?如何在 Wordpress 中插入移动菜单栏?
【发布时间】:2012-04-05 12:38:00
【问题描述】:

如何在页面顶部获得类似于此页面http://eddieringle.com/ 的菜单栏。当我向下滚动页面时会移动的菜单栏。黑条。

【问题讨论】:

    标签: html css wordpress menu menubar


    【解决方案1】:

    它不动,它只是一个固定到位的 div。来自相关网站。

    #topbar {
    left: 0;
    position: fixed;
    float: left;
    width: 100%;
    background: url(../images/topbar-bg.png) repeat-x 50% 100%;
    z-index: 900;
    padding: 5px 0 19px;
    }
    

    【讨论】:

      猜你喜欢
      • 2023-04-07
      • 1970-01-01
      • 2020-02-28
      • 2021-08-26
      • 1970-01-01
      • 1970-01-01
      • 2012-04-21
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多