border

override ugly two tone border style on input.

I've done this before with inputs, why on earth does this not work? http://euroworker.no/user/checkout input.text, select, file, form.other { width: 15em; font-size: 16px; padding: 2px; border-width:1px; border-color:#dddddd; border-style:inset; border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px; ...

border radius misbehaving.

In FF this border radius doesn't seem to want to work. Editable link here. the right radius of the big box should be 0px and the left of the small boxshould be 0 to join them.. ...

Draw window with just borders

How can I create a application window that is showing just the borders of the window, but i don't want to show the contents of the window itself. I mean i want to see the rest of the desktop or the others windows through the entire region of my window. No using transparences. Just draw the borders. I suppose it's like detecting the mess...

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: http://www[insert-dot-here]geld[insert-dash-here]surfen[insert-dot-here]nl/uitbetalingen.html (please note that I prefer this URL not to be made crawlab...

BlackBerry - Scrolling fixed size text edit with static label on the left side and border

Hello everyone I am new to blackberry and I want a textfield that scroll it's text i.e greater than the preferred width horizontally , also able to show label out side the text draw area ( e.g. on the left side). Please help me. ...

Rounded Rect UIButton without the border

I'm trying to draw a normal rounded rect UIButton, but without the border. Ideally I'd like to be able to change some setting on the UIButton to disable the border. My problem is that if I change the button type to "custom", I don't get the nice blue selection gradient (which I want to keep), and I have no idea how to draw it manually....

In blackberry Rounded Border of Manager display as a squre.

Hello everybody I have created a table layout manager by extending a manager. Every thing is working fine but when I tried to create and set rounded border by using BorderFactory it is actually displaying a square instead of rounded square, please help me by send your valuable suggestions. Even though I have tried to add that border to a...

Resize WinForm, with no border?

Does anyone know how I can resize a winform when it has no border. I don't want the default border that Windows has, so I changed the property "FormBorderStyle" to "None". This removed the border, although now it can't be resized. I've figured out how to move the form around, I just need to know how to resize it. ...

How to create the screen in optimized way?

Hello everybody I am trying to create a screen (to see the image click here) I have set it's backround image also created required list components which are click able by extending Field class. Now my problem is I am not able to set that rounded white color as backround of the list. Please help me. And also because I am new to the blackb...

Full page border | CSS

Isn't there a CSS way of having the page to get a border around the page, even if the content was not big enough for the page to scroll and there's still a border around the page. I think I remember I saw one CSS method before was like something > something, I don't know, do you know? lol If you know, many thanks :) ...

Change the style of WinForm border?

Is it possible to change the style of a WinForm border? I know that if the border is removed, it takes away the functionality to resize the program. Therefore is there a way to change the style of it? At the moment, I've removed the text from the border, set the "FormBorderStyle" to "SizableToolWindow" and set the "ControlBox" to false. ...

WPF Border Thickness increase direction

Hey. Another WPF question. In my XAML code I have a border: <Border x:Name="myBorder" Background="AliceBlue" Width="200" Height="200" BorderThickness="10" BorderBrush="Black"> </Border> and somewhere in code I increase the BorderThickness double thickness = myBorder.BorderThickness.Bottom + 2; myBorder.BorderThickness = new...

table with black outer, but grey inner border

Hello, I want to create a html table with a 1pt black outer border and the same border around every td. Should look like this (only the borders, of course) link text I use <table border="1" style="border-collapse:collapse; border-color:Black; border-style:solid; border-width:1pt"> As a result I get a black outer, but grey inner bor...

Set inner table border in HTML

How do I set the "inner border" - the border between different cells. By setting style attributes I manage to control the outer border, but the inner border just stays the same gray color and the same width. What attributes should I tweak to control the inner border? ...

WPF: Focus on a Border in a Canvas

Hello, I have a Canvas and in it a Border. Now I want to give focus to this Border. Can somebody please tell me how do do this? Seems like it's not that easy ): Thanks for any hint! ...

How do I place a DIV tag image on the very top of the page in HTML5?

Hello there. I'm trying to put an x-repeat "grid" of images by using background-image in CSS, then using the id in a DIV tag. My intention is to put a sort of "panel", then always extends to the very top of the page, and loops with repeat-x. It works just fine without a DOCTYPE, but when I put the clean in the code, it pushes the image...

Blogger Template: how to change the color of the border css

Hi, I'm trying to change the borders in the style sheet of the template on my blog, but I've never done anything with css so I'm a little bit at a loss... I want to keep the dark background, but I want to create a small border with a slightly different color around my postings. If my guess is correct, then I should modify some of these d...

YUI Rich Text Editor Tool to apply Border for Image or div or page?

I have requirement, where a user can choose any border for the content he posted in the editor. Is there any sample available to create borders in YUI Rich Text Editor? Any help is appreciated. Thanks, ...

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? ...

How to remove border around bottoms?

I have a JPanel with the GridLayout. In every cell of the grid I have a button. I see that every button is surrounded by a gray border. I would like to remove these borders. Does anybody know how it can be done? ...