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 can I apply a border only inside a table?

I am trying to figure out how to add border only inside the table. When I do: table { border: 0; } table …

html css html-table border
How to use border with Bootstrap

How can I solve this problem? When you add borders to a div, the div is not centered and the …

css twitter-bootstrap border
CSS/HTML: Create a glowing border around an Input Field

I want to create some decent inputs for my form, and I would really like to know how TWITTER does …

html css input border glow
CSS Inset Borders

I need to create a solid color inset border. This is the bit of CSS I'm using: border: 10px inset …

html css border
Border around specific rows in a table?

I'm trying to design some HTML/CSS that can put a border around specific rows in a table. Yes, I …

html css border css-tables
Border for an Image view in Android?

How can I set a border for an ImageView and change its color in Android?

android border imageview
Android LinearLayout : Add border with shadow around a LinearLayout

I would like to create the same border of this LinearLayout as the example : In this example, we can see …

android border android-linearlayout
Giving a border to an HTML table row, <tr>

Is it possible to border a table row, <tr> in one go instead of giving a border to …

html css border html-table
text flowing out of div

When the text is without spaces and more than the div size 200px it's flowing out The width is defined …

css border
CSS: create white glow around image

How can I create a white glow as the border of an unknown size image?

image css border glow