Top "Border" questions

A border is a graphical user interface construct that is used to surround and/or highlight something that is contained within.

How to remove focus border (outline) around text/input boxes? (Chrome)

Can anyone explain how to remove the orange or blue border (outline) around text/input boxes? I think it only …

css google-chrome input focus border
Placing border inside of div and not on its edge

I have a <div> element and I want to put a border on it. I know I can …

html css border
How to set a border for an HTML div tag

I am trying to define a border around a div tag in HTML. In some browsers the border does not …

html css border
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 …

css input safari webkit border
Is there an easy way to add a border to the top and bottom of an Android View?

I have a TextView and I'd like to add a black border along its top and bottom borders. I tried …

android border android-view textview
How to reset / remove chrome's input highlighting / focus border?

I have seen that chrome puts a thicker border on :focus but it kind of looks off in my case …

css google-chrome focus border
Should I use 'border: none' or 'border: 0'?

Which of the two methods conforms to W3C standards? Do they both behave as expected across browsers? border: none; …

css border
How to increase space between dotted border dots

I am using dotted style border in my box like .box { width: 300px; height: 200px; border: dotted 1px #f00; float: …

html css border
How do I force a DIV block to extend to the bottom of a page even if it has no content?

In the markup shown below, I'm trying to get the content div to stretch all the way to the bottom …

css html border
Android - border for button

How do I add a border to a button? Is it possible to do this without resorting to use of …

android button border