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 06: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 12:49 PM
    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 Offline
    DNN Creative Support
    Nuke Master VI
    Nuke Master VI
    Posts:9008
    Avatar

    --
    2010-09-02 12:41 AM
    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 12:38 PM
    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 Offline
    DNN Creative Support
    Nuke Master VI
    Nuke Master VI
    Posts:9008
    Avatar

    --
    2010-09-03 01: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 01:20 PM
    Can U give referances with solpartmenu please ????


    Joseph CraigUser is Offline
    DNN Creative Support
    Nuke Master VI
    Nuke Master VI
    Posts:9008
    Avatar

    --
    2010-09-03 01: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 01: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 03: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 Offline
    DNN Creative Support
    Nuke Master VI
    Nuke Master VI
    Posts:9008
    Avatar

    --
    2010-09-04 12:59 AM
    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 01: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 Offline
    DNN Creative Support
    Nuke Master VI
    Nuke Master VI
    Posts:9008
    Avatar

    --
    2010-09-13 01: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 02:30 PM
    Sorry,

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

    1913304390871.zip

    Joseph CraigUser is Offline
    DNN Creative Support
    Nuke Master VI
    Nuke Master VI
    Posts:9008
    Avatar

    --
    2010-09-14 12:15 AM
    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 06:35 AM
    Thanks for precious advice ..


    You are not authorized to post a reply.


    Active Forums 4.3

    Latest Forum Posts

    RE: DNN site automatically redirects to a different domain name. by imran shaikh
    Thanks for the reply joe this is my portalalias table entries 2 0 localhost/tradeupgrade -1
    RE: "Good" hosting providers by ejcullen rene
    informative!!!
    RE: URL Master Module doesn't work on IHostASP hosting by ejcullen rene
    informative!!!
    RE: shared web hosting by ejcullen rene
    informative!!. i got hosting service from http://www.thewebpole.com/ my hosting company offers you
    RE: iPhone website logo in DNN root directory by JohnnieD
    I'm supposed to add this link to make my custom logo show up on iPhones. Where in DNN would I a
    iPhone website logo in DNN root directory by JohnnieD
    I'm trying to put an iPhone logo that I made into my site so when someone saves the website on their
    RE: Fixed size container by Joseph Craig
    Use an HTML module and style the container to have a fixed height and width. Set the overflow attr
    Fixed size container by Aggiedan97
    I am looking for advice or an actual container that has a fixed height (and width). An HTML module w
    RE: DNN 6.1 app_offline.htm by Joseph Craig
    If the site "works" in Chrome, Firefox and Safari, but not in IE8 look to IE8 as the problem. It is
    RE: DNN site automatically redirects to a different domain name. by Joseph Craig
    Make a copy what is in the portalalias table and then remove all but the localhost entry. Verify th
    DNN 6.1 app_offline.htm by Dave Hassall
    Hi As recommended I have successfully been using the app_offline.htm whilst performing upgrades t
    RE: DNN site automatically redirects to a different domain name. by imran shaikh
    Hi i have done same as mention in this post my dnn folder name is Trademaxomanupg with
    Enforce Terms Tutorial Update by Vistalogix Corporation
    I tried configuring my DNN 6.1.2 install to have a required "accept terms" checkbox as described in
    RE: Best Practices for Modifying a Custom Module by Joseph Craig
    Start up the development website, then install the module using the package that you have. Then, yo
    Best Practices for Modifying a Custom Module by schilders
    Good Morning, I'm needing to modify a custom built module created by another developer targeted f
    RE: Admin menu problem by alireza arabiyan
    hi in localhost i have http://localhost/senf/خانه.aspx and http://localhost/senf/Admi
    RE: Admin menu problem by Joseph Craig
    Yes, that is what you should have done. What is the URL for your home page? What is the URL for
    RE: Admin menu problem by alireza arabiyan
    hi first in localhost i add my domain.com as portal alias. then copy all files to host , restore my
    RE: Admin menu problem by Joseph Craig
    How did you move it? Have you added an entry in the portalalias table for the site's domain name?
    RE: Re: SQL SERVER 2008 R2 Remote connection by Joseph Craig
    Set up a user with dbo privileges and set the connection string for that user, rather than using Win
    You are not logged in.
    You must log in to access all 
    650+ videos, tutorials, podcasts, and more.
    RSS Feeds