Ignore:
Timestamp:
Jul 24, 2008, 12:17:18 AM (16 years ago)
Author:
vdigital
Message:

Fallback on SVN:2426 (Transparency for background is not supported by IE6).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/template-common/pngfix.js

    r2426 r2455  
    1111      {
    1212      var img = document.images[i]
    13       if (img.className == "button" || img.className == "icon"  || img.className == "png")
     13      if (img.className == "button" || img.className == "icon")
    1414          {
    1515          var imgName = img.src.toUpperCase()
Note: See TracChangeset for help on using the changeset viewer.