test
Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • schoku Friend
    #142413

    Hi,

    on the Welcome is the main menu left justified.
    It should be open from right to left and left justified, not right justified.
    I’ve tried a lot, but unfortunately no solution is found :((

    Can someone please help me?

    Thanks,

    jsliao Friend
    #309756

    hi not very sure what you are trying to achieve here. maybe you could post a screenshot explaining what you need to achieve. that would help to explain to others what you need so they could help you better.

    prakash Friend
    #309757

    is this how you want

    schoku Friend
    #309767

    I would like to have it:

    current:

    proposed:

    Thanks;

    prakash Friend
    #309867

    hi…

    for this you will need to go to …
    templatesja_opalja_menusja_moomenujamoomenu.css

    and then modify the li ul positions …and get the result as you have shown

    also you may have to modify the .js file to get best results

    schoku Friend
    #309902

    can you please help me where I should change what?


    /*------------------------------------------------------------------------
    # JA Iolite for joomla 1.5 - Version 1.1 - Licence Owner JA117663
    # ------------------------------------------------------------------------
    # Copyright (C) 2004-2008 J.O.O.M Solutions Co., Ltd. All Rights Reserved.
    # @license - Copyrighted Commercial Software
    # Author: J.O.O.M Solutions Co., Ltd
    # Websites: http://www.joomlart.com - http://www.joomlancers.com
    # This file may not be redistributed in whole or significant part.
    -------------------------------------------------------------------------*/

    #ja-cssmenu {
    margin: 0; /* all lists */
    padding: 0;
    background: url(../../images/vdot1.gif) no-repeat 0 13px;
    float: right;
    text-align: right;
    }

    #ja-cssmenu ul {
    margin: 0; /* all lists */
    padding: 0;
    }

    #ja-cssmenu li {
    margin: 0; /* all list items */
    padding: 0;
    float: right;
    display: block;
    background: none;
    background: url(../../images/vdot1.gif) no-repeat 100% 13px;
    cursor: pointer;
    text-align: right;
    }

    #ja-cssmenu li ul {
    width: 16.4em;
    position: absolute; /* second-level lists */
    z-index: 99;
    left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
    height: auto;
    width: 15.9em;
    }

    #ja-cssmenu li ul ul {
    margin: -2em 0 0 15em; /* third-and-above-level lists */
    }

    #ja-cssmenu li li {
    padding: 0 1em 0 0;
    margin: 0;
    width: 14.9em;
    }

    #ja-cssmenu ul a {
    width: 14.8em;
    width: 10.8em;
    }

    #ja-cssmenu li:hover ul ul, #ja-cssmenu li:hover ul ul ul,
    #ja-cssmenu li.sfhover ul ul, #ja-cssmenu li.havechildsfhover ul ul, #ja-cssmenu li.havechild-activesfhover ul ul, #ja-cssmenu li.activesfhover ul ul,
    #ja-cssmenu li.sfhover ul ul ul, #ja-cssmenu li.havechildsfhover ul ul ul, #ja-cssmenu li.havechild-activesfhover ul ul ul, #ja-cssmenu li.activesfhover ul ul ul {
    left: -999em;
    }

    /* This "unhides" the sub-menus (left: -999em is what hides them) */
    #ja-cssmenu li:hover ul, #ja-cssmenu li li:hover ul, #ja-cssmenu li li li:hover ul,
    #ja-cssmenu li.sfhover ul, #ja-cssmenu li.havechildsfhover ul, #ja-cssmenu li.havechild-activesfhover ul, #ja-cssmenu li.activesfhover ul,
    #ja-cssmenu li li.sfhover ul, #ja-cssmenu li li.havesubchildsfhover ul, #ja-cssmenu li li.havesubchild-activesfhover ul, #ja-cssmenu li li.activesfhover ul,
    #ja-cssmenu li li li.sfhover ul, #ja-cssmenu li li li.havesubchildsfhover ul, #ja-cssmenu li li li.havesubchild-activesfhover ul, #ja-cssmenu li li li.activesfhover ul {
    left: auto;
    }

    /* STYLING THE MENU
    -----------------------------------*/
    /* 1st level */
    #ja-cssmenu li a {
    display: block;
    text-decoration: none;
    line-height: 30px;
    padding: 4px 20px 0;
    color: #AAAAAA;
    }

    #ja-cssmenu li a:hover,
    #ja-cssmenu li a:active,
    #ja-cssmenu li a:focus {
    color: #FA6900;
    background: url(../../images/circle.png) no-repeat center top;
    }

    #ja-cssmenu li:hover a,
    #ja-cssmenu li.sfhover a,
    #ja-cssmenu li.havechildsfhover a,
    #ja-cssmenu li.havechild-activesfhover a {
    color: #FA6900;
    background: url(../../images/circle.png) no-repeat center top;
    }

    #ja-cssmenu li a.active,
    #ja-cssmenu li a.active:hover,
    #ja-cssmenu li a.active:active,
    #ja-cssmenu li a.active:focus {
    color: #FA6900;
    background: url(../../images/circle.png) no-repeat center top;
    }

    /* 2nd level and above */
    #ja-cssmenu li ul {
    border: 1px solid #333333;
    border-top: 0;
    background: #0C0C0C;
    }

    #ja-cssmenu li ul ul {
    border: 1px solid #333333;
    }

    #ja-cssmenu li ul li {
    border-bottom: 1px solid #202020;
    border-right: none;
    background: none;
    }

    #ja-cssmenu li ul a {
    border-right: none;
    margin: 0;
    padding: 7px 10px;
    line-height: normal;
    height: auto;
    background: none !important;
    color: #AAAAAA !important;
    float: right;
    text-align: right;
    }

    #ja-cssmenu li.havesubchild,
    #ja-cssmenu li.havesubchild-active {
    background: url(../../images/arrow3_rtl.png) no-repeat 94% 50%;
    }

    #ja-cssmenu li ul a:hover,
    #ja-cssmenu li ul a:active,
    #ja-cssmenu li ul a:focus,
    #ja-cssmenu ul li:hover,
    #ja-cssmenu ul li.sfhover,
    #ja-cssmenu ul li.havesubchildsfhover,
    #ja-cssmenu ul li.havesubchild-activesfhover,
    #ja-cssmenu ul ul li:hover,
    #ja-cssmenu ul ul li.sfhover,
    #ja-cssmenu ul ul li.havesubchildsfhover,
    #ja-cssmenu ul ul li.havesubchild-activesfhover {
    background: #202020;
    color: #FA6900 !important;
    }

    #ja-cssmenu ul li a.active {
    background: none !important;
    color: #FA6900 !important;
    }

    #ja-cssmenu ul li a.active:hover,
    #ja-cssmenu ul li a.active:active,
    #ja-cssmenu ul li a.active:focus {
    color: #FA6900 !important;
    }

    Thanks

Viewing 6 posts - 1 through 6 (of 6 total)

This topic contains 6 replies, has 3 voices, and was last updated by  schoku 15 years, 5 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum