Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • chacapamac Friend
    #139010

    I Want to make the left & right vertical shadow (along the side of the template) transparent?

    To be able to put any background…..

    jsliao Friend
    #295514

    template_css.css (line 752)

    #ja-wrapper2 {
    background:#FFFFFF url(../images/shadow-right.gif) repeat-y scroll right center;
    padding-right:14px;
    }

    template_css.css (line 762)

    #ja-wrapper3 {
    background:transparent url(../images/shadow-left.gif) repeat-y scroll left center;
    overflow:hidden;
    padding-left:14px;
    }

    change to

    #ja-wrapper2 {
    background:#FFFFFF none repeat scroll right center;
    padding-right:14px;
    }

    #ja-wrapper3 {
    background:transparent none repeat scroll left center;
    overflow:hidden;
    padding-left:14px;
    }

    chacapamac Friend
    #295526

    I try that!

    chacapamac Friend
    #295987

    I don’t want to eliminate the shadow, but only make them transparent to be able to put any background I want.

    2 ways possible transparent png, but what will happen in that crappy explorer 6 ?

    Or find a way to make transparent gif with an acceptable quality ?

    Any hints will be appreciated….

    wooohanetworks Friend
    #296051

    You simply have to install one of the available “IE PNG Fix Plugin”.

    Like http://extensions.joomla.org/extensions/859/details

    There are a lot of negative reviews as you can see, but I tried this one and it actually works and the pngs, I use PNG 24, the higher resolution, are shown with the same good quality as like in other newer browsers.

    When your site is slow, you may see how first the gif is shown without the fix and suddenly it changes to the fixed version as soon the plugin starts to work. I had no problem when testing it, you must test it with your own site though.

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

This topic contains 5 replies, has 3 voices, and was last updated by  wooohanetworks 15 years, 8 months ago.

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