Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • pdca Friend
    #130031

    I work with Joomla 1.5.3, and have set the parameters Menu Type=MainMenu,
    Menu Module=Moo Menu. When I checked the original Joomla Art Live Demo for JA Fedora, I noticed that the Menu Buttons do not have rounded corners left and right in the Moo Menu Version. Left,they are cut straight without a corner and right with a little cut edge corner. Also, if you hover over the first menu item, the hover overlays the left thin line. Please advise how to change the buttons to rounded corners and how to avoid the thin line overlay for the first menue item. Thank you very much!

    Sherlock Friend
    #255760

    Hi pdca !
    You can do it following way below :
    Open ja.moomenu.css file in templatesja_fedoraja_menusja_moomenu folder , find following code section :


    #ja-cssmenu li a.active,
    #ja-cssmenu li a.active:hover,
    #ja-cssmenu li a.active:active,
    #ja-cssmenu li a.active:focus {
    color: #FFFFFF;
    background: url(../../images/tab-active-r.gif) no-repeat right #666666;
    }

    change to :


    #ja-cssmenu li a.active,
    #ja-cssmenu li a.active:hover,
    #ja-cssmenu li a.active:active,
    #ja-cssmenu li a.active:focus {
    background: url(../../images/tab-active-l.gif) no-repeat left top #666666;
    color: #FFFFFF;
    padding:0pt 0pt 0pt 20px;
    display:block;
    float:left;

    }

    then add following code section to that file :


    #ja-cssmenu li a.active span {
    background: url(../../images/tab-active-r.gif) no-repeat right top #666666;
    display:block;
    float:left;
    padding:0pt 10px 0pt 0px;
    }

    Menalto Friend
    #270479

    Did you manage to solve this? if so please mark this as solved, if not and you still need help please post here again and include your joomla version, template verison and a description of your problem if different from before.

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

This topic contains 3 replies, has 3 voices, and was last updated by  Menalto 15 years, 7 months ago.

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