Dot Net Nuke 中的垂直菜单栏
我正在使用 Dot Net Nuke 社区版本来构建我的网站。我对编程和 DNN 非常陌生。 当我添加新页面时,菜单会水平显示,例如 首页 |联系我们 |关于我们 |职业生涯 我想将其显示为垂直菜单,例如
主页
联系我们
关于我们
职业
我该怎么做??? 我尝试了一些菜单模块,例如codingstaff.MenuBox,但这对我也没有帮助。
有没有一个好的网站可以帮助我作为初学者学习 DNN ??? 任何帮助表示赞赏。
I am using Dot Net Nuke community version to build my web site. I am very new to programming and DNN.
When i add a new page the menu is displayed horizontal like
HOME | CONTACT US | ABOUT US | CAREERS
I want to display it as a vertical menu like
HOME
CONTACT US
ABOUT US
CAREERS
How am i supposed to do it???
I tried a few menu modules like codingstaff.MenuBox but that dint help me either.
Is there a good site that can help me learn DNN as a beginner ???
Any help appreciated.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
要显示垂直菜单,恐怕您需要开发一套新的皮肤,使用 SOLPARTMENU 或 TREEVIEW 代替 MENU。
To display a vertical menu, I'm afraid you need to develop a new set skin which use SOLPARTMENU or TREEVIEW take place of MENU.
嘿说这是您问题的最佳解决方案。
将菜单包含在具有自己的样式(宽度等)的 a 中。然后将以下内容放入该 div 中:
hey sayed this is the best solution for ur question.
Contain the menu in a that has its own styling - width, etc. Then place the following into that div: