Superfish - 更改每个按钮之间的空间
如何更改 superfish 菜单中每个按钮之间的间距? 我正在使用垂直菜单 css。
How do I change the space between each button of my superfish menu?
I am using the vertical Menu css.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您要寻找的是间隔 Superfish 下拉菜单第一级的项目,只需为 .sf-menu 容器的直接子项添加一些边距即可。像这样的东西应该可以工作 :
当然,这在 IE 6 上不起作用,所以如果您需要支持 IE 6,您可以使用 :
然后取消子 LI 的边距 :
等等,具体取决于您的嵌套深度UL 是
If what you're looking for is spacing out the items that are at the first level of your Superfish drop-down menu, just add some margin to the direct children of the container of the .sf-menu. Something like this should work :
Of course that wouldn't work on IE 6, so if you need to support IE 6 you could go with :
and then cancelling out the margin for the children LIs :
and so on depending on how deep your nested ULs are