The Question : 381 people think this question is useful I have seen that chrome puts a thicker border on :focus but it kind of looks off in my case where I’ve used border-radius also. Is there anyway to remove that? The Question Comments : try this css, it work for me textarea:focus, input:focus{ border:
The Question : 537 people think this question is useful I have a <div> element and I want to put a border on it. I know I can write style="border: 1px solid black", but this adds 2px to either side of the div, which is not what I want. I would rather have this border
The Question : 558 people think this question is useful Which of the two methods conforms to W3C standards? Do they both behave as expected across browsers? border: none; border: 0; The Question Comments : I like these type of overlooked questions. The Answer 1 464 people think this answer is useful Both are valid.
The Question : 662 people think this question is useful 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. Firefox does not seem to do this,
The Question : 1397 people think this question is useful Can anyone explain how to remove the orange or blue border (outline) around text/input boxes? I think it only happens on Chrome to show that the input box is active. Here’s the input CSS I’m using: The Question Comments : note that oulines also appear