How to remove the border highlight on an input text element

When an HTML element is ‘focused’ (currently selected/tabbed into), many browsers (at least Safari and Chrome) will put a blue border around it. For the layout I am working on, this is distracting and does not look right. <input type=”text” name=”user” class=”middle” id=”user” tabindex=”1″ /> Firefox does not seem to do this, or at least, … Read more