Top "Border-color" questions

a CSS property that defines the color of the four sides of an element's border

How do I make a transparent border with CSS?

I have an li styled as follows: li{ display:inline-block; padding:5px; border:1px solid none; } li:hover{ border:1px …

css transparency border-color
JavaScript border-color/color styling

I'd like to style 'input.submit' of a form (hover effect for IE) using JS and tried the following which …

javascript colors border-color
How to set border color for EditText

I have used this. <color name="edt_pressed">#99CBFF</color> <color name="edt_focused">#…

android android-edittext border-color
Change UIButton border color on highlight

I've got a simple custom UIButton, to which I added: button.layer.bordercolor = [[UIColor blueColor]CGColor]; However, I want to …

iphone objective-c ios uibutton border-color
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
Why the input box is showing so different on Ipad but not on chrome

I am having a site which is working properly except for the input field and submit button next to it. …

ipad css border-layout border-color
CSS: TD background color causing borders to disappear

I have a large HTML table that is created dynamically. The table has a standard structure, incl. colgroup, thead and …

css border background-color border-color
Data grid view header Grid color

This is a VB .NET application where we are showing the output of a SQL statement in a Datagrid view. …

vb.net datagridview colors separator border-color
jQuery - change border colors of nested divs of same class on mouseover

My html contains a series of nested divs, each having the same class ("shell") but a unique id. <div …

jquery html border-color
How to style an input's border color on selection?

My Codepen: http://codepen.io/leongaban/pen/BeErL I found this question and the answerer is saying that selection was …

css input border selection border-color