如何在旋转木马上制作导航栏?

时间:2016-09-07 09:03:03

标签: html css twitter-bootstrap

所以我做了一个导航栏,我有旋转木马滑块,我不能把导航栏放在它上面(不固定)我不需要导航栏占用空间

这里是我所谈论的一个例子:http://demo.designshopify.com/html_lavie/lavie_resturant/index.html

我尝试将css更改为:

 .navbar {
 position: absolute;
 z-index:1;
 width: 100%;
 text-align: center;

}

但导航栏仍然不在顶部..

2 个答案:

答案 0 :(得分:0)

简单地添加类

  

导航栏静态顶

以及navbar类, 我想你应该阅读bootstrap docs http://getbootstrap.com/getting-started/

答案 1 :(得分:0)

如果您不希望导航栏占用空间,并希望它覆盖内容,请使用固定的导航栏。

navbar-fixed-top

http://www.codeply.com/go/xp2fY6sVHP