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