开发者

Vertical Menu bar in Dot Net Nuke

开发者 https://www.devze.com 2023-03-11 05:56 出处:网络
I am using Dot Net Nuke community version to build my web site. I am very new to programming and 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 | CONT开发者_JAVA百科ACT 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.


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.


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:

0

精彩评论

暂无评论...
验证码 换一张
取 消