如何像V一样设置Bootstrap菜单的样式?

时间:2015-02-08 13:01:29

标签: css twitter-bootstrap menu

enter image description here

是否可以使用CSS在Bootstrap中设置这样的菜单(请参阅链接http://i.stack.imgur.com/Z5YB6.jpg)?

我该怎么做?

提前谢谢!

1 个答案:

答案 0 :(得分:0)

您必须在菜单背景中使用面向下方的箭头形状图像。 对于bootstrap,您可以在.navbar-default class

中使用它
.navbar-default {
     padding-bottom: 70px;
     background:url('imagename.png') no-repeat bottom center #000;
}