Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • sushismb Friend
    #139814

    Hello,

    I have a few questions regarding the JA CSS Menu… I’ve checked the forum but I can’t seem to find the right answers. Maybe because the 1.0 and 1.5 templates have different folders and files names as well as to the strings contained?

    I use the 1.5 version template and I would need to know the following;

    1) How do I change the font size of the 1st level?

    2) How do I change the font size of the 2nd level?

    3) The second level that pops up is located too far right – I want to move it closer to the left. Where do I edit to do this?

    4) I want to change the width of the second level pop up box. Where do I edit to do this?

    Thank you for your help in advance!

    Arvind Chauhan Moderator
    #299402

    Can you post a live url of your site please. That would help us to find some solutions for you.

    regards

    arvind

    sushismb Friend
    #299407
    Arvind Chauhan Moderator
    #299414

    To change the font size for the second level backup and then open your /templates/ja_antares/ja_menus/ja_cssmenu/ja.cssmenu.css . around line 93.
    [PHP]
    #ja-cssmenu li ul a {
    font-size: 11px;
    text-transform: none;
    }[/PHP]

    Change the font size. This will affect the font size for the second level.

    sushismb Friend
    #299489

    Thanks dravindc!

    You’ve answered my 2) question.

    I hope you could help me with the rest too.

    Again, thanks in advance!

    sushismb Friend
    #301868

    Hi,

    Still need help for the followi9ng;

    1) How do I change the font size of the 1st level?

    2) How do I change the font size of the 2nd level? = answered.

    3) The second level that pops up is located too far right – I want to move it closer to the left. Where do I edit to do this?

    4) I want to change the width of the second level pop up box. Where do I edit to do this?

    Thank you for your help in advance!

    sushismb Friend
    #302053

    Hi,

    Would appreciate help regarding this matter.

    Thanks!

    jsliao Friend
    #302055

    1) How do I change the font size of the 1st level?
    ja.cssmenu.css (line 103)

    #ja-cssmenu li a {
    background:#FFFFFF url(../../images/bullet-menu.gif) no-repeat scroll left bottom;
    color:#8F8F8F;
    display:block;
    font-size:50%;
    height:25px;
    line-height:25px;
    margin:0;
    padding:0 0 0 15px;
    text-decoration:none;
    text-transform:uppercase;
    }

    jsliao Friend
    #302057

    3) The second level that pops up is located too far right – I want to move it closer to the left. Where do I edit to do this?

    ja.cssmenu.css (line 52)

    .wide #ja-cssmenu li ul {
    margin:-1.6em 0 0 10.5em;
    }

    jsliao Friend
    #302058

    4) I want to change the width of the second level pop up box. Where do I edit to do this?

    ja.cssmenu.css (line 88)

    #ja-cssmenu li ul {
    background:#F2F2F2 url(img/child-bg.gif) repeat scroll center top;
    border:1px solid #C0C0C0;
    width:100px;
    }

    sushismb Friend
    #302059

    Hello jsliao,

    Thank you for your help!

    I assume you are refering to /templates/ja_antares/ja_menus/ja_cssmenu right?

    I opened the file but it is different from what you have indicated. And therefore, I don’t know where exactly am I supposed to change.

    Maybe you are refering to the 1.0 version? I’ve installed the 1.5version and I’ve realized that the two templates have slightly different strings/tags.

    jsliao Friend
    #302060

    i tried the changes using the version of .css file u currently have on your server.

    location is
    templates/ja_antares/ja_menus/ja_cssmenu/ja.cssmenu.css

    sushismb Friend
    #302063

    Hi,

    For example;

    < You indicated >
    #ja-cssmenu li a {
    background:#FFFFFF url(../../images/bullet-menu.gif) no-repeat scroll left bottom;
    color:#8F8F8F;
    display:block;
    font-size:50%;
    height:25px;
    line-height:25px;
    margin:0;
    padding:0 0 0 15px;
    text-decoration:none;
    text-transform:uppercase;
    }

    < what I found on the file >
    #ja-cssmenu li a {
    margin: 0;
    padding: 0 0 0 15px;
    background: url(../../images/bullet-menu.gif) no-repeat left bottom #FFFFFF;
    text-decoration: none;
    text-transform: uppercase;
    color: #8F8F8F;
    display: block;
    height: 25px;
    line-height: 25px;
    }

    As you can see, it is different. Did you mean that I have to include all the strings you indicated that is not in the original?

    < you indicated >
    .wide #ja-cssmenu li ul {
    margin:-1.6em 0 0 10.5em;
    }

    I was able to find this and edited already.

    < you indicated >
    #ja-cssmenu li ul {
    background:#F2F2F2 url(img/child-bg.gif) repeat scroll center top;
    border:1px solid #C0C0C0;
    width:100px;

    < what I find in the file >
    #ja-cssmenu li ul {
    border: 1px solid #C0C0C0;
    background: url(img/child-bg.gif) top #F2F2F2;
    }

    As you can see, it’s different. Did you mean that I will have to change it to what you indicated (everything)?

    Thanks!

    jsliao Friend
    #302064

    yes u have to make changes as indicated by me in RED

    you should also adjust the values as required

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

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

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