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 to change the appearance of a MenuStrip

I add a MenuStrip in my app and is add on ManagerRenderMode at Render Mode. The problem is with the …

c# border items appearance menustrip
Border on three sides

Is there way to create a border that is only on the top, left, and right sides?

wpf border
CSS: Margin-top when parent's got no border

As you can see in this picture, I've got an orange div inside a green div with no top border. …

css border margin collapse
Outer glow effect to border

How to provide the outer glow effect to border? <Grid Width="200" Height="200"> <Grid.Background> <RadialGradientBrush …

wpf border glow bitmapeffect
UIButton w/ gradient, rounded corners, border, and drop shadow

There are a few similar questions on the site, but I'm looking for something specific and slightly different. I followed …

ios uibutton border gradient shadow
Howto add a custom border to a FormBorderStyle=None - form?

I have a form with the property FormBorderStyle set to 'None' and with a custom bar on top side for …

vb.net border formborderstyle
Borders disappear in Chrome when I zoom in

I have this really simple form: http://jsfiddle.net/TKb6M/91/. Sometimes, when I zoom in or out using Chrome, …

html css border zooming
Applying borders to a single table cell when using border-collapse

I have a table with the following CSS rules applied: table { border-collapse: collapse; } td { border: 2px solid Gray; } I want …

css border css-tables
How do I create embossed borders using HTML and CSS?

Some GUIs use boxes with embossed borders to group widgets. How do I create this look with HTML and CSS? …

html css border emboss
Style.DataTrigger on Border background

I have the border below. Why would the Foreground of my TextBlock work correctly but the Background of the border …

wpf xml styles border datatrigger