Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • reders Friend
    #128275

    Please help,
    I’ve just spent the last 5 hours editing the Fagus template using Firefox, everything works fine, I’ve been using png files instead of gifs and when I went to preview the site in IE all the png files display incorrectly.

    Has anybody got an answer??

    Kindest RegardsR
    Reders

    Sherlock Friend
    #248021

    Hi reders !
    You used transparent png image background , on IE transparent image have problem , you fix display error on IE by way use :


    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader((src='templates/images/.png', sizingMethod='scale');

    for image background.

    reders Friend
    #248042

    Thanks for the help.

    Where and which file di I add this code too????

    Reders

    Sherlock Friend
    #248043

    css file , is image which you use as background in your site( images display incorrect on IE) , you can view css file for detail , example :
    before you use css code :


    ...
    {
    .....
    background: url(../images/.png ;
    ....
    }

    now you replace it by :


    ...
    {
    .....
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader((src='templates/images/.png', sizingMethod='scale');
    ....
    }

    you can view :http://support.microsoft.com/kb/294714 and http://www.pcmag.com/article2/0,2704,1645331,00.asp
    to consult about this problem !

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

This topic contains 4 replies, has 2 voices, and was last updated by  Sherlock 16 years, 6 months ago.

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