这是jsfiddle:http://jsfiddle.net/nh23g40n/46/

Why does it require we post code if we provide a fiddle...whats the point..

如果看不到白色菜单栏,请单击动画按钮。基本上,我希望菜单栏位于该黄色侧栏的左侧,并在侧栏打开和关闭时对其进行动画处理。怎么做?

最佳答案

您可以将css left属性添加为想要的fa-bars值。喜欢

.fa-bars {
    ...
    ...
    left: 10px;
}


我认为这是您想要实现的。

关于jquery - 将菜单栏置于左侧,而不会影响其他元素,我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/30474294/

10-12 07:28