I have a form with multiple buttons where I use a JavaScript to submit the second button when some one presses enter.
This works great but if I open this form in IE
#sideToggle:focus, #sideToggle:active{ outline: 0; outline-style:none; outline-width:0; }
This solved my problem if anyone else visits the post. I added my own styles separately, as they really aren't central to the issue.