Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • bluesuit Friend
    #140710

    Love the demo. Does it have / can we have a dropline menu option please?

    nguyenhuu quang Friend
    #302903

    open your Template u can see:Menu style: moomenu, css menu….select it

    bluesuit Friend
    #302906

    Thanks for the response. However I don’t see a dropline menu option. There is Split, CSS & Moo – no dropline.

    sfpkent Friend
    #302912

    Yup, love the demo as well. Very professional looking corporate website. 🙂

    hanifahmed Friend
    #302914

    To be honest: looks like a play on Edenite a bit.

    But I loved Edenite – so I love this one too!

    Atleast it’s out in April!

    nguyenhuu quang Friend
    #302916

    use split or moomenu

    ndtoan13 Friend
    #302921

    Could I have all the menus on the left move to the right?

    Thanks.

    hanifahmed Friend
    #302922

    ndtoan13;126442Could I have all the menus on the left move to the right?

    Thanks.

    There’s no module position on the right hand side for a menu as far as I can see.
    You’ll probably have to recode it yourself to make it.

    nguyenhuu quang Friend
    #302928

    HI Toan,
    co the creat new module position ben trai.
    va dat tat ca cac module menu cua ban o do.
    Thanks

    ndtoan13 Friend
    #302929

    Sorry, i’m wrong, i mean i want to move all menu in the right side to the left

    Thank you quang268 for your answer

    nguyenhuu quang Friend
    #302930

    open:template.css (line 690)

    #ja-mainbody {
    float:left;
    width:75%;
    }

    replace

    #ja-mainbody {
    float:right;
    width:75%;
    }

    and:
    template.css (line 705)

    #ja-colwrap {
    float:right;
    width:25%;
    }

    replace

    #ja-colwrap {
    float:left;
    width:25%;
    }

    edit this image:

    templates/Ja-tupaz/images/rightcol-bg.gif

    ndtoan13 Friend
    #303018

    Thank you for your sugess, it’s nice if anyone could change the image of right menu which has a small blur on the right into similar one which should have a small blur on the left.

    Thanks again.

    nguyenhuu quang Friend
    #303088

    edit this image:
    Code:

    templates/Ja-tupaz/images/rightcol-bg.gif

    Css Magician Friend
    #303424

    <em>@ndtoan13 126451 wrote:</em><blockquote>Sorry, i’m wrong, i mean i want to move all menu in the right side to the left

    Thank you quang268 for your answer</blockquote>

    Hi Ndtoan13,

    In template.css line 730 , change


    #ja-container .main .inner, #ja-container-fr .main .inner, #ja-container-fl .main .inner {
    background: #FFFFFF url(../images/rightcol-bg.gif) repeat-y scroll right top;
    border-bottom: 5px solid #F89A20;
    padding:0;
    }

    to


    #ja-container .main .inner, #ja-container-fr .main .inner, #ja-container-fl .main .inner {
    background: #FFFFFF url(../images/leftcol-bg.gif) repeat-y scroll left top;
    border-bottom: 5px solid #F89A20;
    padding:0;
    }

    line 690 :


    #ja-mainbody {
    float:left;
    width:75%;
    }

    to


    #ja-mainbody {
    float:right;
    width:75%;
    }

    line 705 change:


    #ja-colwrap {
    float:right;
    width:25%;
    }

    to


    #ja-colwrap {
    float:left;
    width:25%;
    }

    And then, you copy my images to floder template image .
    Good luck


    1. leftcol-bg
Viewing 14 posts - 1 through 14 (of 14 total)

This topic contains 14 replies, has 6 voices, and was last updated by  Css Magician 15 years ago.

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