Top "Border" questions

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

Add a border outside of a UIView (instead of inside)

If a add a border of a view using code in a view like self.layer.borderColor = [UIColor yellowColor].CGColor; …

ios uiview border
How to change the border color(un-focused) of an EditText?

I changed the background color of the EditText to transperant. Now the EditText looks invisible when not focused. So how …

android colors android-edittext border
Hover effect : expand bottom border

I'm trying to get a transition hover effect on border that the border expands on hover. I've tried this on …

css border css-transitions css-transforms
border-radius + background-color == cropped border

Consider a div with the border-radius, border, and background-color CSS attributes applied: Now consider a similar layout but with the …

html border background-color css
Bind visibility property to a variable

I have a Border with Label inside a Window, <Border x:Name="Border1" BorderBrush="Black" BorderThickness="1" HorizontalAlignment="Left" Height="21" …

c# wpf xaml border visibility
Drawing a filled rectangle with a border in android

Is there any way in Android to draw a filled rectangle with say a black border. My problem is that …

android border android-canvas paint fill
css border-left 50% height

I want the left border of my div to show only to the half of the div. The same I …

css border
Border around li tag

Is there any way that the border in a li tag includes the number and not just the content? Here …

html css border
Firefox 4 : Is there a way to remove the red border in a required form input?

When required is defined in a form field, Firefox 4 automatically shows a red border to this element, even BEFORE the …

attributes border firefox4 required
How do I make a grid with Html and CSS with DIVS

I have all my divs necessary for my tic tac toe game, however I can't seem to find a simpler …

html css border grid-layout