Hi Guys,
I have been wracking my brains for the whole day on this one. It appears that the SVG DOM manipulations supported by Firefox 3.5 are very limited. A few properties like this.style.cursor can be successfully manipulated with an onmouseover handler but interesting properties like this.style.fill or this.style.stroke cannot be!
Does anybody know of a better way to achieve a simple change in border / outline color on mouse over?
Or is the whole idea of SVG allowing DOM manipulations merely an ugly infant?