Prototype setStyle not working in IE6.
- by Smickie
Hi,
I'm using prototype and setStyle in IE6 is just messing everything up. It's throwing a big error.
I've Googled it but cant find a solution.
I've identified the line in prototype with the IE script debugger, it's the final else block:
setStyle: function(element, styles) {
element = $(element);
var elementStyle = element.style, match;…