Top "Border" questions

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

Removing the textarea border in HTML

I'm working with the textarea element in HTML and want to remove the border of the box. I also want …

html css textarea border
Set a thin border using .css() in javascript

So I am trying to get a border around buttons on my page when the user clicks them. To set …

javascript jquery colors border
How can I define fieldset border color?

I want to set border color of field set. I am using class but this is not working properly because …

html css border
How to remove the bottom border of a box with CSS

I have a rectangular div, like the one above. I want to remove the bottom border (from C to D) …

css border
border-radius not working

I'm working on a basic div and for some peculiar reason, border-radius: 7px isn't applying to it. .panel { float: right; …

css border
Remove all stylings (border, glow) from textarea

I want to remove the stylings from a textarea and leave it all white without any border or glow, if …

css forms textarea border
In bootstrap how to add borders to rows without adding up?

I'm using bootstrap version 3.0.1 to make a grid and when I add a border to the rows of the grid …

css twitter-bootstrap border
apply drop shadow to border-top only?

How do you apply a drop shadow to a specific border edge? For example, I have the following code: header …

css border dropshadow
Add borders to cells in POI generated Excel File

I am using POI to generate an Excel File. I need to add borders to specific cells in the worksheet. …

java excel border apache-poi
C# WinForms - custom button unwanted border when form unselected

I'm having a problem with a custom button I have created in c# win forms.. The button appears fine when …

c# winforms button border