Joshua Street wrote: > Hi all, > > Just wondering if anyone's had any luck with using JUST the PNG > component of Dean Edwards' IE7 JavaScript? The full thing seems like > overkill, because that's the only feature I really need. > Alternatively, how does one go about getting alpha support for CSS > background images? Not having a great deal of luck with this... > > Regards, > Josh
Josh, According to the specs for DE-IE7, you can specify a specific module: <!-- compliance patch for microsoft browsers --> <!--[if lt IE 7]> <script src="/ie7/ie7-core.js" type="text/javascript"></script> <script src="/ie7/ie7-graphics.js" type="text/javascript"></script> <![endif]--> http://dean.edwards.name/IE7/usage/configure.html Pick and mix as you want. The graphics JS file should just be the PNG fix. Lawrence -- Lawrence Meckan Absalom Media Mob: (04) 1047 9633 ABN: 49 286 495 792 http://www.absalom.biz ****************************************************** The discussion list for http://webstandardsgroup.org/ See http://webstandardsgroup.org/mail/guidelines.cfm for some hints on posting to the list & getting help ******************************************************
