Tagged Questions

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

learn more… | top users | synonyms

47
votes
3answers
23k views

How do I disable the highlight border on an html input text element

<input type="text" name="user" class="middle" id="user" tabindex="1" /> Basic text input in html, when you tab or focus into it, Safari will put a blurry blue border around it. For the layout ...
38
votes
14answers
51k views

How do I force a DIV block to extend to the bottom of a page even if it has no content?

I'm trying to get the content div to stretch all the way to the bottom of the page but so far, it's only stretching if there's content to display. The reason I want to do this is so the vertical ...
27
votes
6answers
7k views

Should I use 'border: none' or 'border: 0'?

Which of the two methods conforms to W3C standards? Do they both behave as expected across browsers? border: none; border: 0;
19
votes
4answers
18k views

How to remove border around text/input boxes? (Chrome)

Can anyone explain how to remove the orange border around text/input boxes? I think it only happens on Chrome to show that the input box is active. Here's the input CSS i'm using: input { ...
19
votes
5answers
18k views

How can i take an UIImage and give it a black border?

How can i take an UIImage and give it a black border? (iphone) tnx
18
votes
3answers
19k views

Border for an Image view in Android?

How can I set a border for an ImageView and change it's colour in Android?
18
votes
6answers
1k views

How do I show sprites in the border on C64?

I've seen cool C64 demos showing sprites in the border area of the screen. It shouldn't be possible; I think they managed to fool the graphics chip somehow... How exactly did they do it?
16
votes
6answers
25k views

CSS - Border only inside the table

I am trying to figure out how to add border only inside the table. When I do: table { border: 0; } table td, table th { border: 1px solid black; } The border is around the whole table and ...
14
votes
1answer
5k views

WPF: Remove dotted border around focused item in styled listbox

I have a horizontal listbox with a custom controlIemplate. The selected item gets a dotted frame when focused. Anyone know how to get rid of it?
12
votes
2answers
12k views

Reset an input control's border color (HTML/Javascript)

Does anyone know how to reset the border color of an input control once you have modified it using javascript? Useful for validation by highlighting fields that have incorrect or invalid data in them ...
11
votes
7answers
8k views

CSS: two color borders

Client wants two color borders for an embossed look. Can I do this on one element? I was hoping to avoid stacking two DOM elements with individual borders.
11
votes
3answers
8k views

jQuery animate css border-radius property (webkit, mozilla)

Is there a way in jQuery to animate the css3 border-radius property available in webkit and mozilla browsers? I haven't found a plugin that will do it. -webkit-border-radius -moz-border-radius ...
11
votes
3answers
6k views

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 bound to a ListBox. <UserControl.Resources> <DataTemplate ...
10
votes
1answer
245 views

How to find the border points of a particular shape

Suppose I have a irregular, random, shape generated from a dataset. How do I find points that are situated on the shape's border? I am using R. Are there any packages in R for this purpose? For ...
10
votes
4answers
8k views

How do I do rounded corners in CSS in Google Chrome

Basically I am trying to work out how I do rounded corners on a DIV in CSS that will render in google chrome
10
votes
5answers
8k views

How can I apply a background image to a text input without losing the default border in Firefox and WebKit browsers?

For some reason most modern browsers will stop applying their default input border style to text boxes if you give them a background image. Instead you get that ugly inset style. From what I can tell ...
9
votes
1answer
3k views

adjust border on one specific side

I'm using a controlTemplate of the ListBox to show a collection. I want to display all the items with a border like in a grid (all lines same size). When I give every listBoxItem a border, the line ...
8
votes
4answers
389 views

Rounded Border on one side only java

I need to create a rounded border on one side of a component only. This code creates a rounded border: new LineBorder(Color.RED, 3, true) I have seen this thread which shows you how to create a ...
8
votes
2answers
554 views

Delphi. Remove a border of TabSheet of PageControl

Your help is needed. Is it possible to remove a border of TabSheet (~4px)? I am using PageControl as a switch-panel instead of frames, windows etc. I want everything will be straight. Big thanks for ...
8
votes
8answers
4k views

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. The orange div has a 30px top margin, but it's also pushing the green div down. Of course, adding a top ...
7
votes
3answers
238 views

Using contextual styling on table to apply dotted borders to specific cells

I had previously asked a question on this issue, to which you guys supplied fantastic answers. I since "discovered" the intoxicating power of contextual styling ...
7
votes
9answers
634 views

Issue with applying dotted border to cells in table design

Here's my fiddle: http://jsfiddle.net/gFA4p/84/ In this screenshot, the green lines represent where I'm trying to apply dotted lines. I am able to get the left-right borders to appear as dotted ...
7
votes
2answers
1k views

WPF/XAML: How do I size a window with no border?

I am using a window with no border and drawing the Chrome myself. I want to resize the window in a typical manner and have defined a 3x3 grid with the center being the content and the outer cells ...
7
votes
3answers
8k views

How do I stop richfaces adding borders to panels and calendars?

I'm hoping to use a custom richfaces skin to handle the bulk of my presentation work. Unfortunately richfaces renders borders around every cell in a calendar component and around each panel. I would ...
6
votes
5answers
365 views

Double dotted border while using colspan

I have what seems like a simple problem, but searching the net hasn't yielded any results. I have a table <table> <tr> <td colspan="3"> <img ...
6
votes
2answers
493 views

Extremely weird IE7/8 border/opacity compatibility issue

The weird problem is borders dissapearing when Opacity is applied in IE/8/9, but NOT in 7! I've basically got a menu with tabs on top of the screen. I.e: <table> <tr> <td ...
6
votes
2answers
124 views

Resize my border when a VerticalScrollBar appear

Let me show you part of my XAML code : <ListBox Grid.Row="1" ScrollViewer.HorizontalScrollBarVisibility="Disabled" ScrollViewer.IsDeferredScrollingEnabled="True" ...
6
votes
2answers
305 views

WPF: Border on three sides

Is there way to create a border that is only on the top, left, and right sides?
6
votes
2answers
3k views

Google Chrome > Textboxes > Yellow border when active..?

Ive been modifying a form today, and testing it in Chrome. I noticed that on selecting a textbox, with border: 0 or none, it still puts a yellow border around it. Does anyone know of a way to get rid ...
6
votes
2answers
3k views

Bottom borders on WPF Grid

I've got a pretty simple question regarding the WPF Grid Control. I'd like to set a bottom border on each row in the grid, but can only find how to put all 4 borders around each cell.. my code is ...
6
votes
3answers
899 views

Animated Dashed Border in Android

How do you create an animated dashed or dotted border of an arbitrary shape in Android? In XML (preferred) or programmatically. See picture below for an example.
6
votes
2answers
1k views

change checkbox border color

can i change border color of checkbox by use css or jquery. i want change only border color of check box.
6
votes
1answer
416 views

Why does Firefox render dashed borders misaligned from each other?

http://betawww.helpcurenow.org/about/financial-accountability/ http://blog.helpcurenow.org/ I'm using a design that incorporates lots of 1px dashed borders. I noticed something odd in Firefox. ...
6
votes
1answer
4k views

Android: Is it possible to dynamically change the border color of a EditText?

I would like to change the Orange border around a EditText. Like when the input is valid, I want it to become green. However I do not seem to find a method to do this. Is it possible?
6
votes
7answers
3k views

CSS: Chrome and Safari seem to 'add' border to width, while IE, Firefox & Opera don't

Hey guys, I'm trying to achieve cross-browser consistency for my website, but I have been trying all day now and its driving me nuts (0.38 am here in Europe now..). It's about this page: ...
6
votes
4answers
4k views

How to remove border from iframe in IE using javascript

I am trying to insert an iframe into the browser DOM via javascript and want to remove the border if IE but can't seem to. I have tried these to no avail: iframeElement.style.borderStyle="none"; ...
5
votes
3answers
119 views

Adding a glow to 3 sides using CSS

I have a box which overlaps another to form a sort of L shape, I am trying to achieve a glow around the whole of the L shape which therefore requires a glow on only 3 sides of one of these boxes. ...
5
votes
4answers
2k views

How to increase space between dotted border dots

I am using dotted style border in my box like .box{ width:300px; height:200px; border:dotted 1px #f00; float:left;} I Want make space between dots of border.
5
votes
5answers
4k views

CSS/HTML: Create a glowing border around an Input Field

I want to create some decent inputs for my form, and I would really like to know how TWITTER does their glowing border around their inputs. Example/Picture of the Twitter border: ...
5
votes
3answers
156 views

Border rendering issue in IE

I'm having the weirdest issue in IE (7, specifically) when implementing CSS borders. I first noticed this a few months ago. The CSS is literally this: #donate {border:1px solid #299ae5;} As you can ...
5
votes
2answers
623 views

How can I change the ratio length of line and blank space in dashed CSS border?

Does anybody know can I change ratio length of line and blank space in dashed border ( ratio line/blank space to be different ) ?
5
votes
3answers
3k views

Is it possible to have a java swing border only on the top side?

I know how to create borders using BorderFactory but I don't see anything that lets me specify what sides I want the border on :S
5
votes
5answers
4k views

Style a border with a different brush color for each corner

I have created a static resource defining the border of a specific item in my xaml, but I can't find a good way to define a unique color for each side! xaml: <Border Style="{StaticResource ...
5
votes
4answers
3k views

Create a rounded JFrame / ContentPane

I'm creating a login window with rounded corners in java. Everything is OK, see pic, but i'm having challenges making the JFrame / ContentPane transparent. There are white areas at each corner (shown ...
5
votes
5answers
17k views

Border around specific rows in a table?

I'm trying to design some HTML/CSS that can put a border around specific rows in a table. Yes, I know I'm not really supposed to use tables for layout but I don't know enough CSS to completely replace ...
4
votes
1answer
603 views

Android GridView draw dividers

I'd like to know the simplest way to draw dividers between items (currently textviews) within a GridView. The only way I can think of is to draw borders around those textviews so when combined, they ...
4
votes
1answer
190 views

Disappearing 1px dotted border in Linux Google Chrome

While developing a site which I can't link to directly, I've found a following problem. When a div's content makes it more than 4098px high, border disappears. Here's an example: ...
4
votes
1answer
331 views

Border around a form with rounded corner in c++ builder XE

I have made a C++ Builder XE form with rounded corner with the help of the following code BorderStyle = bsNone; void __fastcall TForm1::FormCreate(TObject *Sender) { HRGN frmrgn; ...
4
votes
1answer
297 views

CSS3 - border-color, border-radius and background color resulting in strange behaviour

Take a look at the following html and css. css: .box { border-radius: 15px; border: #333 solid 3px; background: #333; } html: <div class="box">Hello world</div> browser: ...
4
votes
6answers
212 views

Can you make “an invisible border”?

I'm trying to make a navbar as an exercise. I'm using a:hover to include a solid border around the button being hovered. However, this makes all the other buttons move by the size of the border. ...

1 2 3 4 5 16