I have an animation that slides in an image when the user clicks “chat” on the right hand side of the page, however when sliding in and out, the elemenet leaves a dotted trail in IE9, and I cannot work out why, I have outline:0; on my a element. Could somebody maybe shed some light on this for me?
http://newmead.justinbarnesconsultancy.co.uk/communicator.html
One thing that might fix it would be to change the
<a>to a<span>(and give it a cursor:pointer; in your css) so that IE doesn’t do the highlighting thing.