by fhamed
7 replies
  • WEB DESIGN
  • |
I recently redesign my website (http://www.diolt.com) it is compatible with firefox and chrome but IE 6 has png error. I have already tried supersleight plugin for png transparency and other png fixer jquery but it is not fixing. Can someone help me to fix it?
#fixer #png
  • Profile picture of the author sometimes
    it's a tough situation, I've used every pngfix out there at one time. Towards the end it was just becoming daunting so I gave up on it. If your site is a WP theme there are some plugins. If you've tried pngfix and sleight, then you probably have exhausted it all.
    {{ DiscussionBoard.errors[4301949].message }}
    • Profile picture of the author Testeds
      Use google's IE js fix -

      code.google.com/p/ie7-js/

      The script only fixes images named: *-trans.png
      If you want the fix to apply to all PNG images then set a global variable as follows:
      var IE7_PNG_SUFFIX = ".png";
      {{ DiscussionBoard.errors[4301991].message }}
      • Profile picture of the author fhamed
        Originally Posted by Testeds View Post

        Use google's IE js fix -

        code.google.com/p/ie7-js/

        The script only fixes images named: *-trans.png
        If you want the fix to apply to all PNG images then set a global variable as follows:
        var IE7_PNG_SUFFIX = ".png";
        There is no issue with IE 7, 8, 9 also with other browser, but IE 6. If some one has worked with Supersleight and have a clue pleas share with me..
        Signature
        App Development Company http://www.xandios.com - Constellix Dns http://www.constellix.com
        {{ DiscussionBoard.errors[4302175].message }}
    • Profile picture of the author fhamed
      Originally Posted by sometimes View Post

      it's a tough situation, I've used every pngfix out there at one time. Towards the end it was just becoming daunting so I gave up on it. If your site is a WP theme there are some plugins. If you've tried pngfix and sleight, then you probably have exhausted it all.
      No i am using Esyndicat Directory script not any open source.
      Signature
      App Development Company http://www.xandios.com - Constellix Dns http://www.constellix.com
      {{ DiscussionBoard.errors[4302180].message }}
      • Profile picture of the author Testeds
        Fhamed,

        The google IE fix works for ALL VERSIONS of IE.

        The IE7.js file works for ALL VERSIONS of IE Under Ie7.


        Use it, trust me.
        {{ DiscussionBoard.errors[4302504].message }}
        • Profile picture of the author fhamed
          Originally Posted by Testeds View Post

          Fhamed,

          The google IE fix works for ALL VERSIONS of IE.

          The IE7.js file works for ALL VERSIONS of IE Under Ie7.


          Use it, trust me.
          I tested with <!--[if lt IE 7]>
          <script src="http://ie7-js.googlecode.com/svn/version/2.1(beta4)/IE7.js"></script>
          <![endif]--> still same issue
          Signature
          App Development Company http://www.xandios.com - Constellix Dns http://www.constellix.com
          {{ DiscussionBoard.errors[4302727].message }}
          • Profile picture of the author Testeds
            This is because your .png file is named incorrectly for the script. The default naming convention for this script is to have every image that needs the fix to end with -trans.png

            You can make the script work for all .png files by using the following:


            Code:
            <!--[if lt IE 7]>
            <script src="URL-GOES-HERE">IE7_PNG_SUFFIX=".png";</script><![endif]-->
            I can't paste url's yet since I am new. so replace the src="" with the source you used earlier.
            {{ DiscussionBoard.errors[4302769].message }}

Trending Topics