Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • imaaxx Friend
    #118458

    Hello,

    I am using this template and today we were viewing this site in IE 7 and found that the dropdown’s were semi transparent and I’m using the suckerfish menu and it is not transparent on any other browser… what can be done to make sure the opacity stays solid not transparent.

    This site is about to go live so any help would be good.

    Regards

    Hieu Nguyen Admin
    #213536

    Hi imaaxx,

    Please follow these simple steps to fix your issue.

    1. Use your images editor to convert “opaque-default.png” and the associated “opaque” images (opaque-red.png, opaque-green.png, …) to .GIF file.

    2. Open the ja-sosdmenu.css and find this code:

    #ja-cssmenu li ul {
    background: url(../images/opaque-default.png);
    border: 1px solid #3F6D8A;
    }

    then change it to

    #ja-cssmenu li ul {
    background: url(../images/opaque-default.gif);
    border: 1px solid #3F6D8A;
    }

    Please note that you also have to change the code for the associates color of the template. For example of the red color, you should open the red.css file and change this code:

    #ja-cssmenu li ul {
    background: url(../../images/opaque-red.png);
    border: 1px solid #94330E;
    }

    to

    #ja-cssmenu li ul {
    background: url(../../images/opaque-red.gif);
    border: 1px solid #94330E;
    }

    Hope it helps!

    Best regards,
    Hieu Nguyen
    Joomlart.com Team

    imaaxx Friend
    #213611

    😀 Yes I figured it out late yesterday that the graphics were supposed to be semi-transparent, since I had only seen the site on older browsers they did not support transparencies in dropdowns and the newer browsers do.

    So I remade the graphics in Adobe and i was able to get the drop-downs to look the way I wanted in all browsers.

    Thanks Again…:)

    Hieu Nguyen Admin
    #213635

    Glad you’ve made it, imaaxx! If you need any help, feel free to request us again. :laugh:

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

This topic contains 4 replies, has 2 voices, and was last updated by  Hieu Nguyen 17 years, 10 months ago.

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