You need to Register for free and Login to post a message in the forum.

Forum

Changing BG color of solpart sub sub menu ????
Last Post 2010-09-14 05:35 AM by amol. 13 Replies.
Printer Friendly
  •  
  •  
  •  
  •  
  •  
Sort:
PrevPrev NextNext
You are not authorized to post a reply.
Author Messages
amolUser is Offline
Posts:10

--
2010-09-01 11:49 AM
    Hi,

    I want to change bgcolor of second level sub menu in horizontal solpartmenu....

    as well as want to add child indicator arrow for sub menu....

    Help me plz

    thanks in advance


    Joseph CraigUser is Online
    DNN Creative Support
    Nuke Master VI
    Nuke Master VI
    Posts:9309
    Avatar

    --
    2010-09-01 11:41 PM
    You will need to identify the classes assigned to those items and adjust the styles applied to them. Usually, you will find the styles defined in the skin.css file.



    Joe Craig, DNN Creative Support

    Subscribe to DNNCreative
    I recommend PowerDNN for DotNetNuke Hosting.
    amolUser is Offline
    Posts:10

    --
    2010-09-03 11:38 AM
    Sorry to say but I was not able to do any changes in sub sub menu bg color.

    I have attached skin files with this.

    Plz do some thing about this.

    thanks

    193384936471.zip

    Joseph CraigUser is Online
    DNN Creative Support
    Nuke Master VI
    Nuke Master VI
    Posts:9309
    Avatar

    --
    2010-09-03 12:13 PM
    The background color of the submenu items is determined by these styles:

    .MainMenu_SubMenu {
        Margin:0px;
        background-color: #e74d52;
        border-top: #1e3647 1px solid;
        border-right: #1e3647 1px solid;
        border-left: #1e3647 1px solid;
        border-bottom: #1e3647 1px solid;
        /*filter:progidXImageTransform.Microsoft.Shadow(color=#FFFFFF, Direction=180, Strength=0);   
        -moz-opacity:.9;
        filter:alpha(opacity=90);*/
        padding:0px;    font-weight: normal;
    }


    .dnn_dnnsolpartmenu_ctldnnsolpartmenu_spmsub .MainMenu_MenuItemSel {
        background-color:#e74d52;
        cursor: pointer;
        color:#ffffff;   
        text-decoration:underline;
        font-family: Tahoma,Arial, Helvetica, sans-serif;
        font-size: 11px!important;
        font-weight: normal;
        font-style: normal;
        border-bottom: #fa8389 1px solid;
        border-top: #ffffff 0px solid;
        padding:3px 5px;

    ----------

    You don't have a separate style for the sub-submenu items.

    I really would recommend that you switch to the DNN Nav Menu as it is much easier to style it.  Take a look at these tutorials.





    Joe Craig, DNN Creative Support

    Subscribe to DNNCreative
    I recommend PowerDNN for DotNetNuke Hosting.
    amolUser is Offline
    Posts:10

    --
    2010-09-03 12:20 PM
    Can U give referances with solpartmenu please ????


    Joseph CraigUser is Online
    DNN Creative Support
    Nuke Master VI
    Nuke Master VI
    Posts:9309
    Avatar

    --
    2010-09-03 12:22 PM
    Those styles are in your skin.css file.



    Joe Craig, DNN Creative Support

    Subscribe to DNNCreative
    I recommend PowerDNN for DotNetNuke Hosting.
    amolUser is Offline
    Posts:10

    --
    2010-09-03 12:33 PM
    ok, so we cant make different bg for sub menu & sub sub menu with solpart menu ???

    am I right ????


    amolUser is Offline
    Posts:10

    --
    2010-09-03 02:13 PM
    ok there is a small issue with same code, there is a 1 pix space in IE7 in between root menu & sub menu, how to remove that ???


    Joseph CraigUser is Online
    DNN Creative Support
    Nuke Master VI
    Nuke Master VI
    Posts:9309
    Avatar

    --
    2010-09-03 11:59 PM
    I'm sure that you can have different background colors.  But, I'm not that familiar with SOLPART as I've been using DNN NAV and other menus instead.  SOLPART is obsolete.  You should review the skinning tutorials and see how easy it is to use NAV.

    You might also consider Mark Allan's DDR menu (dnngarden.com).  It is a "drop in" replacement for both SOLPART and DNN NAV.  It's even better!

    The .MainMenu_MenuItem contains a border.  Set it to 0px and that space will disappear.



    Joe Craig, DNN Creative Support

    Subscribe to DNNCreative
    I recommend PowerDNN for DotNetNuke Hosting.
    amolUser is Offline
    Posts:10

    --
    2010-09-13 12:10 PM
    Helo,

    I m facing 1 issue, My sub menu hides behind layers can u check it please..

    http://skinner.in/danca/Home/tabid/...fault.aspx

    Thanks


    Joseph CraigUser is Online
    DNN Creative Support
    Nuke Master VI
    Nuke Master VI
    Posts:9309
    Avatar

    --
    2010-09-13 12:30 PM
    Am I supposed to see more than Home and Menu 2?



    Joe Craig, DNN Creative Support

    Subscribe to DNNCreative
    I recommend PowerDNN for DotNetNuke Hosting.
    amolUser is Offline
    Posts:10

    --
    2010-09-13 01:30 PM
    Sorry,

     I missed to attach files .. Menus under admin & host are also not visible properly.

    1913304390871.zip

    Joseph CraigUser is Online
    DNN Creative Support
    Nuke Master VI
    Nuke Master VI
    Posts:9309
    Avatar

    --
    2010-09-13 11:15 PM
    You probably need to use a z-index attribute to the menu and its parts to get it on top of the rest of the content.



    Joe Craig, DNN Creative Support

    Subscribe to DNNCreative
    I recommend PowerDNN for DotNetNuke Hosting.
    amolUser is Offline
    Posts:10

    --
    2010-09-14 05:35 AM
    Thanks for precious advice ..


    You are not authorized to post a reply.


    Active Forums 4.3

    Latest Forum Posts

    RE: Unable to Create Skin Package by schilders
    Joe, When I click the Edit icon next to the skin package on the Host Extensions page, I receive t
    horizontal main and submenu items by Dan Glanton
    I found a very good tutorial on horizontal main and subitems in DNN Creative, but what about if you
    RE: Skin creation - Menu questoni by Joseph Craig
    This has to do with the structure of the elements that make up the skin and the CSS. Most likely, y
    Skin creation - Menu questoni by CDMeyer
    I have a skin and when I add more menu items to the nav bar than can fit in one row of nav, the seco
    RE: FCK Editor in DNN 6 by Pingle2009
    Just to follow on from Joe's reply, the 'official' line seems to be that not only that the old FCK E
    RE: Slice a Site by Dan Glanton
    Thanks, I'll look into that when I get a chance.
    RE: Creating structured page content by Stephen Bugden
    Thankyou very much Joe, I will take a look at your suggestions.
    RE: Subpages or dropdowns navigation is going behind this flash by Joseph Craig
    I googled a bit and found that this is a messy problem. Possibly the best solution will be to giv
    RE: Subpages or dropdowns navigation is going behind this flash by vijendra
    Pls check the attachment. That Iframe code we are using and subnavigations are goind behind that.
    RE: Rename or move site from domain name to subdomain name by Bill Quinn
    Hi Joseph, Thank you so much for your reply. I will be able to implement this later in the we
    RE: Creating structured page content by Joseph Craig
    Take a look at the DotNetNuke Reports Module, the DotNetNuke Form & List Module, SGSV from Tresslewo
    RE: Subpages or dropdowns navigation is going behind this flash by Joseph Craig
    It looks like your iframed content may have a z-index that puts it on top of the menu. I can't id
    Subpages or dropdowns navigation is going behind this flash by vijendra
    Hi, Subpages or dropdowns navigation is going behind this flash. Pls check the url below http://www.
    RE: user adding images by rod lloyd
    That worked, thank you. I did not expect those permissions to be in File Manager. I note a
    RE: Unable to Create Skin Package by Joseph Craig
    To be quite honest, I've never used this functionality to create a skin. What I usually do is cre
    RE: Unable to Create Skin Package by Joseph Craig
    I'm confused by this, too.
    RE: Unable to Create Skin Package by schilders
    We are running DNN 6.x
    RE: Unable to Create Skin Package by Joseph Craig
    Which version of DotNetNuke are you using?
    RE: Deploying dnn by Joseph Craig
    You should be able to use CE even if you have a high traffic site. To develop your site without p
    RE: Rename or move site from domain name to subdomain name by Joseph Craig
    It is easy. 1. Go to Admin, Site settings and add a Portal Alias for new.websitename.com 2.
    You are not logged in.
    You must log in to access all 
    650+ videos, tutorials, podcasts, and more.
    RSS Feeds