Options

.PNG banner file white background in Int.Exp. WHY?

S-ManS-Man Registered Users Posts: 151 Major grins
edited July 17, 2008 in SmugMug Support
For my banner, I have a PNG file so that it fades into the background color of whatever page you're viewing.
In firefox, it matches the background of whatever page i'm viewing, working correctly. However in Internet explorer, there's a white box/background around my banner. Looks pretty awful.
Anyone know what's going on?

www.SlickPix.net

Thanks in advance...

P.S. I hope this doesn't get ignored like my last question...:cry
Sam

Comments

  • Options
    AllenAllen Registered Users Posts: 10,012 Major grins
    edited July 17, 2008
    S-Man wrote:
    For my banner, I have a PNG file so that it fades into the background color of whatever page you're viewing.
    In firefox, it matches the background of whatever page i'm viewing, working correctly. However in Internet explorer, there's a white box/background around my banner. Looks pretty awful.
    Anyone know what's going on?

    www.SlickPix.net

    Thanks in advance...

    P.S. I hope this doesn't get ignored like my last question...:cry
    IE requires a filter for pngs to show. Add the bold.

    #my_banner {
    width: 590px;
    height: 400px;
    margin: 0 auto;
    background: url(/photos/329331242_dNM3B-M.png) no-repeat;
    _background: none;
    _filter:progid
    :DXImageTransform.Microsoft.AlphaImageLoader (enabled=true,
    sizingmethod=image, src='/photos/329331242_dNM3B-M.png');

    }

    ...last question? Where is it and will look.
    Al - Just a volunteer here having fun
    My Website index | My Blog
  • Options
    S-ManS-Man Registered Users Posts: 151 Major grins
    edited July 17, 2008
    Thanks Allen, you rock.
    Will this affect the way it reacts in FireFox?

    The last question was HERE

    Thanks again! Lemme try it out...

    Edit: Wow, you're awesome Allen...Thanks so much. Worked like a charm...Now if I can only figure out why my splash flickers on the first photo of the slideshow...
    Sam
  • Options
    AllenAllen Registered Users Posts: 10,012 Major grins
    edited July 17, 2008
    S-Man wrote:
    Thanks Allen, you rock.
    Will this affect the way it reacts in FireFox?

    The last question was HERE

    Thanks again! Lemme try it out...

    Edit: Wow, you're awesome Allen...Thanks so much. Worked like a charm...Now if I can only figure out why my splash flickers on the first photo of the slideshow...
    Remember it now, but have no idea. IE weirdness?
    Al - Just a volunteer here having fun
    My Website index | My Blog
Sign In or Register to comment.