Hello, I had an error with IE (but not FF, chrome, opera or safari) : IE said that it was an error in file mootools-core-1.3.2-full-nocompat.js on line 133.
The error was not into this line ! the error was with "rgba" :
element.setStyle({
'background':'rgba(4,127,195,.1)'
});
changing it by :
element.setStyle({
'background':'#047FC3',
'opacity':0.1
});
solves the problem
Hope this helps
have a nice day
Philippe Lambotte
