I have the following CSS which isn\'t working in IE7.
input:focus{border-width: 2px;border-color: Blue; border-style: solid;}
Basically, I
it ALMOST works
The problem with this is that when the element in question has focus and you open another window and then return to the page with the element in question on it, it is styled incorrectly :(