Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • thatch10 Friend
    #146483

    Anyone had any joy inserting icons / images into the main menu without shifting the text in the menu button down a line. I want the icon to appear inline with the text and am struggling to get this to work. Just seeing if anyone has managed this successfully with this template

    Anonymous Moderator
    #325478

    Hi thatch10

    Could you give me your live url so that i could have a closer look on the issue?

    thatch10 Friend
    #325629

    JA Developer

    URL and username / password sent by PM

    Thatch

    Anonymous Moderator
    #325689

    Hi thatch10

    Thank you very much for your PM.

    Currently, your template does not support this idea. To solve it, please try to do with my way:

    + Open templates/ja_halite/css/menu/mega.css file, add following code at end of file:

    ul.level0 li.haschild a.mega img {
    float: left;
    }

    + Open templates/ja_halite/css/menu/mega.css file, at about line 48, find following code section:


    ul.level0 li.mega a.mega span {
    background: url(../../images/nav-bg.gif) no-repeat right top;
    display: block;
    line-height: 28px;
    padding: 0 10px 0 0;
    }

    and change to:


    ul.level0 li.mega a.mega span {
    background: url(../../images/nav-bg.gif) no-repeat right top;
    display: inline-block;
    line-height: 28px;
    padding: 0 10px 0 0;
    }

    Hope it helps.

    thatch10 Friend
    #325716

    Hi Ja Developer, thats partially worked thanks,

    It still drops down on selection of the button with the text area, is there another change required for the mouseover condition?

    Thatch

    Anonymous Moderator
    #325860

    Hi thatch10,

    add following code to the end of mega.css file:

    ul.level0 li.haschild-over a.mega img {
    float: left;
    }

    thatch10 Friend
    #325932

    Cheers JA Developer that has sorted out my image problem.

    Thatch

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

This topic contains 7 replies, has 2 voices, and was last updated by  thatch10 14 years, 11 months ago.

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