Axure / ie7-js

Automatically exported from code.google.com/p/ie7-js
0 stars 0 forks source link

-trans.png Problem #208

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Hi

I am useing already a modul that needts ending ID's in the file name. For
example name-id2.png.

Ist there a way to use transparent images with trans- at the beginning like
this? trans-name-id2.png

I know this is not really a problem of ie7-js. I just wonder if you have an
idea on what I can do to solve it.

Thanks - Oliver

Original issue reported on code.google.com by oliver...@gmail.com on 12 Nov 2009 at 12:33

GoogleCodeExporter commented 9 years ago
In the next release (2.1) you can set IE7_PNG_SUFFIX to a RegExp.

Set IE7_PNG_SUFFIX in the following way:

IE7_PNG_SUFFIX = /trans\-.*?\.png/;

Original comment by dean.edw...@gmail.com on 10 Feb 2010 at 9:36