Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • silverblue Friend
    #127870

    hi i current using JA Edenite for joomla 1.5
    wanted to know if it is possible to change the menu side from left to right

    i’m taking about the css menu on the top below the logo

    that means on left it will be search
    on right will be the menus

    thanks for the help!

    Sherlock Friend
    #246758

    hi silverblue !
    You open template.css file in templates/ja_edenite/css folder , find code section :


    /* Search */
    #ja-search {
    bottom: 12px;
    right: 10px;
    position: absolute;
    font-size: 11px;
    }

    change it to :


    /* Search */
    #ja-search {
    bottom: 12px;
    left: 10px;
    position: absolute;
    font-size: 11px;
    }

    next, find 2nd code section :


    #ja-mainnavwrap {
    background: url(../images/shadow.gif) repeat-x bottom;
    height: 37px;
    position: relative;
    z-index: 999;
    }

    #ja-mainnav {
    background: url(../images/grad2.gif) repeat-x top #2C79B3;
    height: 32px;
    }

    change to :


    #ja-mainnavwrap {
    background: url(../images/grad2.gif) repeat-x top #2C79B3;
    height: 37px;
    position: relative;
    z-index: 999;
    }

    #ja-mainnav {

    height: 32px;
    right: 10px;
    position: absolute;
    }

    silverblue Friend
    #246776

    thanks! it works but a little missed up :-
    any idea?
    http://www.djsilverclub.com/almo/

    and another thing so as the inside menu in the css are open ltr i want to open them rtl

    TomC Moderator
    #246836

    You may just have to play around / experiment with the css to get it just the way you want it.

    silverblue Friend
    #246837

    if you can tell me where at least look for it

    silverblue Friend
    #247605

    anyone? i still need help :-

    silverblue Friend
    #249075

    i manage to turn the side correct
    but on firefox it’s look good but on IE all goes wrong
    can someone help me with the css?

    silverblue Friend
    #251374

    well someone ? i guess no help from the creator

    TomC Moderator
    #251386

    <em>@silverblue 56304 wrote:</em><blockquote>well someone ? i guess no help from the creator</blockquote>
    Perhaps if you provided some screenshots and/or explained exactly what is happening with your site in the different browsers, we might be better able to understand your issue.

    Menalto Friend
    #251390

    The problem is that if you hoover over the top menu, the sub menu item goes wacko and shows up under wrong item.
    Just redo everything you have done and start over again:
    Take this:

    /* Search */
    #ja-search {
    bottom: 12px;
    right: 10px;
    position: absolute;
    font-size: 11px;
    }

    Replace with:

    /* Search */
    #ja-search {
    bottom: 12px;
    left: 10px; <--------IF you wanna push it more to left, lower the number
    position: absolute;
    font-size: 11px;
    }

    Remember to save.
    The open the folder ja_menus/ja_cssmenu and find this code here:

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

    Replace with:


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

    This should give you a working solution for all common browsers, tested here in FF, IE6,IE7, Opera, FLock

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

This topic contains 10 replies, has 4 voices, and was last updated by  Menalto 16 years, 4 months ago.

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