Submenu in HouseMenu
Last Post 09/08/2006 2:15 AM by Lee Sykes. 1 Replies.
Author Messages
Kiran Shaikh
Nuke Newbie
Nuke Newbie
Posts:1


--
09/07/2006 7:06 PM  
Hi,
I am working on housemenu, it is working fine except the fact that submenu  like ADMIN and HOST menus have, their drop down items are shown as individual item in the menu bar instaed of being as a submenu items in drop down, can any one tel whats the problem and is it possible to have dropdown sub element like ADMIN and HOST have with HOUSEMENU

plz help me, i hop i clearly explained my problem

For Clarification i am pasting CSS code for HOUSEMENU

*********************skin.css**********************
#HouseMenuNav ul {
    font-family: Verdana;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
    color:#fff;
    margin: 0;
    padding: 0;
    list-style:none;
       
}
#HouseMenuNav li {
    display:inline;
    background: url(/MyFirstSkinImages/greenbg.gif) repeat-x center top;
    text-align: center;
    padding: 0;
    margin-right: 4px;   
    float: left;
}
#HouseMenuNav a {
    color: #663300;
    background: url(/MyFirstSkinImages/greenleft1.bmp) no-repeat left top;
    float: left;
    margin:    0;
    padding-left:7px;
    text-decoration: none;
}
#HouseMenuNav a span {
    background: url(/MyFirstSkinImages/greenright1.bmp) no-repeat right top;
    display: block;
    padding:7px 13px 4px 5px;
}
#HouseMenuNav a span {
    float: none;
}


Thanks
Kiran
Lee Sykes
DNN Creative Staff
Nuke Master VI
Nuke Master VI
Posts:4945


--
09/08/2006 2:15 AM  
Hello,

I have not yet found a way to get a drop down menu to work reliably in the HouseMenu in IE7 (ie. to work like Solpart) so I just use static menus with the HouseMenu where the submenus are displayed along with the main menu items.

Eg. You can see this in action here: (This is for a vertical menu)
Free Skin - Simple Red Leaf CSS Skin

For a horizontal menu I have created a tutorial which demonstrates different methods for creating horizontal sub menus which is compatible with all browsers:
How to create Horizontal CSS menus in DotNetNuke using the HouseMenu

Hope this helps,
Lee Sykes
Site Administrator
Subscribe to the website : DotNetNuke Video Tutorials : The Skinning Toolkit : DotNetNuke Podcasts

Twitter: www.twitter.com/DNNCreative

Lee Sykes's Facebook Profile


---