border

Android ImageButton border?

I have a series of ImageButtons horizontally laid out in a LinearLayout. When I do a setBackgroundColor to GREEN, these ImageButtons all become GREEN rectangles, all connected that look like one single bar. Is there a way I can specify a border between these buttons, so I know where one button starts and where it ends? ...

Rounded corners in IE with DXImageTransform.Microsoft.Shadow?

I'm trying to get rounded corners and drop shadow working on some div elements. For drop shadow I'm using box-shadow and for rounded corners I'm using border-radius. For the drop shadow in IE I'm using the DXImageTransform.Microsoft.Shadow filter. I need the elements to have rounded corners in IE as well that work with this filter. An...

When 1 px border is added to div, Div size increases, Dont want to do that.

Hi, On click I am adding, 1px border to div, so Div size increases by 2px X 2px. I dont want to get div size increased. Is there any simple way to do so? Messy Detailed Explanation Actually I am adding DIVs with float:left (same size, like icons) to a container-div, so all stacks up one after another, and when (container-div width is ...

Border for an Image view in Android?

Hi Folks, I would need to set the Border and handle the color for an ImageView in AndroidHow? Thanks. ...

Multiple CSS borders without wrapping?

Hi, I want to create a button with two solid borders around eachother, like this: .--------. |.------.| ||Button|| |'------'| '--------' Of course I can do it this way by wrapping the button into an evil, bandwidth-consuming <span>: <span class="outer-border"> <a class="button" href="http://www.example.com/"&gt;Button&lt;/a&gt; <...

Custom shaped Border in WPF

I am trying to create a TabControl which matches the style of an existing tab control I use in WinForms, and one of the features of that is that it has tab button shapes like those found in VS (slant on the left, other edges square). I am just starting out in WPF, so maybe I'm barking up the wrong tree, but I figured I needed to get a B...

In flex, giving border to Canvas

In flex, I am using canvasEdit.setStyle("borderColor", 0x0134FF); canvasEdit.setStyle("borderThickness", 3); note: canvasEdit is of type Canvas. But I am not able to put border on the sides of canvas. ...

CSS Compatibility on IE. Box shadows

I'm creating a website and I need to style some boxes like this image here. Although, their height aren't fixed for it's dynamic content I used -webkit-border-imageand -moz-image-borderand it worked perfectly. Unfortunately, IE is a bad bad guy and I wanted it to appear properly. I thought about using CSS3 with box-shadow and -webkit-gr...

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

Hello. 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 { background-color:transparent; border: 0px solid; height:20px; width:160px; color:#CCC; } ...

IE7 phantom border-top

Hi everyone, On this site that i'm working on, http://boldstyle.allthingswebdesign.com there is a gray border-top on the footer ul elements. If you look in FF or chrome, you can see that it creates a subtle effect. If you view it in IE7, the border is way out of place. I cannot figure out why. Please help. ...

Flex 3 - Change box border colors

Hi! I have a question that might seem "basic" but I just cannot figure out how to do it... I have a box and I'd like to change the borderColor. Till there, nothing special. Just a box.bordercolor = xxxxxx... BUT, I'd like to have the top and bottom border with one color, and the left and right border with another color... And that's t...

Border color IE vs Firefox

On my site cryptscript the border color is darker in ie than in Firefox and I can't seem to fix it? ...

Does Opera 10.6 properly support border-radius on fieldsets?

I am trying to get the border radius property to work properly on a fieldset in Opera 10.6, but it does not appear to be working correctly. Here is the html: <form method="post" action="character.php" class="form"> <fieldset> <legend>Insert</legend> <label for="txtCharacter">Character</label> <input type="...

How to achieve a captionless bordered Aero window?

I know how I can remove the border of my form, but I simply want to remove the caption. Googling for P/Invokes didn't give me much results, so I'm wondering, how can I achieve such a result? Exampel: http://localhostr.com/files/d2e951/Captionless.jpg ...

Dashed border rendering bug in IE8

Hi, I've come across yet another problem in IE8 - dashed borders scramble and break when scrolling the page. Below are 2 w3-valid pages demonstrating the behavior: as HTML4 transitional and XHTML1 transitional. In the 1st example I've discovered an utterly weird fix for the problem by adding an <input> element. Whenever it's there, the...

flex remove buttons border from toggle button bar

hi, how to remove the border of a togglebuttonbar button, with keeping the theme color?? i want to put the style in css file ...

Easiest way to add a CSS border, dropshadow, and rounded corners for my content

OK, I have my site going pretty well here: http://www.marioplanet.com But I've realized that if the end-user's monitor is big enough to display the animation on the sides of the pages (which mostly every desktop's monitor and some laptop's can) than I believe my main content would look better with a little red / black border, and some ...

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

Groupbox borders

I am using Ubuntu 10.04 64 bit and QT 4.6.3. QGroupBox borders in any Qt Application are not visible. I changed Ubuntu themes but borders are still not visible. I want them to be visible. How can I solve this? ...

:before and :after multiple border/background trick on images?

Hello, I've been using the :before or :after CSS trick (explained in this article: http://net.tutsplus.com/tutorials/html-css-techniques/quick-tip-multiple-borders-with-simple-css/) to achieve multiple borders and backgrounds. It works great on div elements but I noticed it doesn't work on images at all. Here's my code: .author img { ...