<input type="text" name="user" class="middle" id="user" tabindex="1" />
Basic text input in html, when you tab or focus into it, Safari will put a blurry blue border around it. For the layout I am working on, this is distracting and does not look right.
FireFox does not seem to do this, or at least, will let me control it with border: x;
If someone can tell me how IE performs, I would be curious, but getting Safari to remove this little bit of flare would be nice.
Thanks