It seems that in IE (and Safari) it is not possible to add a class to a link.
e.g. {name:'myclass',element:'a',attributes:{'class':'myclass'}} does not work
whereas it does work with p, span, hr etc etc
Is there a known reason for this? It has been driving me mad for days now and is the last thing I need to fix on my current project.
e.g. {name:'myclass',element:'a',attributes:{'class':'myclass'}} does not work
whereas it does work with p, span, hr etc etc
Is there a known reason for this? It has been driving me mad for days now and is the last thing I need to fix on my current project.