Javascript to handle transparent PNG files

I have this bit of javascript code in my live store (version 1.35sp2) to handle the PNG files I have in my header and footer etc…




This codes gives a smarty error when I try to add it to my test store (version 2.07)

Does version 2.07 have built in support to handle transparent PNG files in IE 5.5 and 6?

Not sure if you did this yet or not, but make sure that you use the literal tags enclosing the script:


```php

{literal}{/literal}

```

or use twin helix PNG transparency fix which makes life a bit easier…

[url]http://www.twinhelix.com/css/iepngfix/demo/[/url]

Adding the {literal} tags did the trick. Thank you so much!