如何在 Sitefinity radmenu 中均匀分布导航按钮
我有一个 Radmenu,其中有 6 个按钮,在水平菜单中它们之间的间距需要相等。我已经设法使用百分比值来实现这一点,但是如果有人决定添加另一个菜单按钮怎么办?
有没有办法将我的 UL 菜单对齐在包装 DIV 的中间,然后均匀地间隔按钮。
最重要的是,左按钮需要向左浮动,rmLast按钮需要向右浮动,然后按钮需要均匀分布。
非常感谢! 詹姆斯
I have a Radmenu which has 6 buttons in it which need to have equal spacing between them in my horizontal menu. I have managed to get this right using a percentage value but what if someone decides to add another menu button?
Is there a way of aligning my UL menu in the middle of my wrapping DIV and then spacing the buttons equally.
To top this off, the left button needs to be floated left and the rmLast button needs to be floated right, then the buttons needs to be distributed evenly.
Many thanks!
James
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这是可以用表格在大约 20 秒内解决的问题之一。
无论如何,以下链接可能会有所帮助:
http://joomlapanel.com/joomla-article/joomla-tutorial/247-fixed-a-liquid-columns-with-css-a-jquery-.html
这种技术使用样式表和 javascript (jQuery) 的组合来完成此操作。
This is one of those problems that could be solved with a table in about 20 seconds.
Anyway, the following link might help:
http://joomlapanel.com/joomla-article/joomla-tutorial/247-fixed-a-liquid-columns-with-css-a-jquery-.html
This technique uses a combination or stylesheets and javascript (jQuery) to accomplish this.