Changeset 2426 for trunk/template-common


Ignore:
Timestamp:
Jul 6, 2008, 10:55:57 PM (16 years ago)
Author:
vdigital
Message:

Transparent .png for IE6 / Help icon fixed / Tabsheet fixed / and CSS review (still on going)

File:
1 edited

Legend:

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

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