Top "Border" questions

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

Overlapping table element left and right border

I want to set each element in the first row of my table to have a left border of a …

html css html-table border overlap
CSS class won't override border-style

I have styled all my text fields with a gray border, and for the fields with class="form_field_error", …

css overriding border border-color
Remove border from all PrimeFaces p:panelGrid components

I need to hide all borders of all panelgrids using primefaces. I have tried he following without effects: table { border: …

css jsf primefaces border panelgrid
Border over a bitmap with rounded corners in Android

I used the below to make a bitmap with rounded corners. Now I want to draw a line around the …

android bitmap border rounded-corners
Remove border around sprite image in Chrome

First time using this technique, seems that regardless what attributes I try to assign the border will not go away …

css image google-chrome border sprite
wpf border control to span the width of listboxItem

Im trying to define a dataTemplate for a business object in my wpf application a collection of which is being …

wpf listbox border
White Border along with transparency in "LinearLayout"

I wanted to add a linear layout, having a transparent background as well as with white borders. The problem is: …

java android border transparency android-drawable
Set border color & style in spreadsheet programmatically

Google Spreadsheet has in the toolbar under the border button also a button to change the color and change the …

colors google-apps-script border google-sheets
How to remove border only from one side of the element?

I have: <stroke android:width="1px" android:color="#A6ACB1"/> I'd like to remove this border from the …

android border android-xml android-drawable
Required input field gets border when value is empty and color is styled

Could you explain me this? Run this in Firefox: http://jsfiddle.net/eMa8y/24/ HTML: <html> <head&…

html css input border required