rounded-corners

How to add rounded corner to a drawable I'm using as a background in Android?

I have a specific drawable that I use as background in my app. It is not a solid color. Now I want to add rounded corners to this drawable. I only found the rounded corner available in a shape with a gradient or a solid color as a background but not another drawable. Is there another easy way of adding rounded corners to a drawable? ...

Which Javascript solution(Not .htc) can really make Antialiased round corner in IE7 and 8?

Which JavaScript solution (Not .htc) can really make Anti aliased round corner in IE7 and 8 like CSS3 gives in supported browsers? I tried many http://www.ruzee.com/blog/ruzeeborders/ http://blue-anvil.com/archives/anti-aliased-rounded-corners-with-jquery/ http://www.curvycorners.net/ All are claiming to give anti aliased corner bu...

Round Specific Corners of a Button in Flex

I want to round specific corners of buttons to create something like mx.controls.ButtonBar. But I cannot figure out how ButtonBar does this even after looking at its source. I thought the focusRoundedCorners css property was the answer but that applies only to drawing the button's focus box. Any idea on this would be greatly appreciated!...

Best way to code curved shadowed boxes for cross-browser compatibility

I have boxes that have been designed like this imgur.com/vMN0T.gif Basically I need to code them so that they can be any size height-wise and width-wise depending on the content inside. Plus the shadow effect needs to be transparent because the background color can change. Best way to do this so it works in all browsers? (IE6+, FF, Op...

Rounded corners for <input type='text' /> using border-radius.htc for IE

I want to create an input fields with rounded corners. HTML: <div id="RightColumn"> <input type="text" class="inputForm" /> </div> CSS: .inputForm { -moz-border-radius:10px; /* Firefox */ -webkit-border-radius: 10px; /* Safari, Chrome */ -khtml-border-radius: 10px; /* KHTML */ border-radius: 10px; /* CSS3 */ behavior:url("borde...

Rounded input buttons, absolute positioning, liquid width

I realize there are lots of rounded buttons questions, but my needs are fairly specific, and this hasn't been answered elsewhere. Here's my requirements: Works with absolutely positioned buttons Client side only techniques ( can't change HTML on server side ) Works on input type=button and input type=submit (button element not needed)...

How can I remove round corners created with jQuery corner plugin?

How can I remove round corners created with jQuery corner plugin? ...

round corners in a image

I want to display my images with rounded corners in a web page. i want to bring the below effect on my image in a page see the image ...

rounded corners IE and background images...

hi all I have an item in my page thus: <div class="rounded"> <h2>Heading Text</h2> <ul> <li><a href="/default.aspx">Summary link</a></li> <li><a href="/default.aspx">Summary link</a></li> <li><a href="/default.aspx">Summary link</a></li> </ul> <p>or... some text or whatever</p> </div> the styles associated with this block...

jQuery UI Tabs - Rounded Tab Corners in IE

I'm trying to switch from AjaxControlToolkit to jQuery UI tabs for a fairly simple tab element. I'm 99% there with CSS and theming, but I'm running into a wall attempting to get rounded corners on the tabs in IE. jQuery UI provides the styles needed for rounded tabs in better browsers, but it might be a deal-breaker if we can't get the...

What's the best practice about dealing with corners on a fixed-height element ?

Hi, Here is my problem. I have to round corners on a <a href=""></a> but without using CSS3 properties because my code is supposed to be cross-browser compliant (IE6 and earlier, Safari 3 and earlier). What I managed to do is : <span> <a href="">My link</a> </span> Giving my span a background image (5px width) left align and my...

CSS Gurus please help me figure these rounded corners out?

I've got a webpage I'm designing and my design works great in google's Chrome browser but I'm using the CSS 'border-radius' property which as I'm sure you know isn't supported by IE. I'm trying everything I can think of but I've got a few things going on that are causing me a lot of trouble The 'box' in question that I'm trying to get...

How to setup rounded corner menu in joomla

Does anyone know how to setup a round corner menu in joomla? I need each item in the menu to have rounded corner. ...

Round corner div problem in IE7

I am using following structure. <div style="background:#000 url(images/heading/bg.gif) repeat-x 0 0; height:28px; color:#FFF;"> <div style="float:left; width:4px; background: #000 url(images/heading/left_curve.gif) no-repeat 0 left; height:28px;"></div> <span style="margin: 0 4px;">asdkjhkhasf</span> <div style="float:ri...

Save VML and CSS markup

I am using DD_roundies to generate rounded corners in Internet Explorer. The pages that have the rounded elements are loaded very often and the roundies script has to run many times to round corners and fix pngs. This costs a lot of time. The script produces some VML elements that are placed in the targeted elements, and some CSS that it...

Rounded corners in IE using border radius

I've made a site using this border radius code: http://code.google.com/p/curved-corner/ I'm referencing to url(border-radius.htc) to make it work in IE but it is not. Please help, thanks. P.S. Here's the site so feel free to look at my css: http://portsmouth.fitfans.co.uk (sorry, this being my 1st question I can't post more than one ...

Algorithm to produce rounded edges and corners in a 3D mesh

Starting with a 3D mesh, how would you give a rounded appearance to the edges and corners between the polygons of that mesh? Without wishing to discourage other approaches, here's how I'm currently approaching the problem: Given the mesh for a regular polyhedron, I can give the mesh's edges a rounded appearance by scaling each polygo...

Turn square image into round rect button with shine [Objective C]

In this picture you will see several TV show images that have been put into a rounded rect button with the same gloss/shine that an iphone app button usually has. In one of the icons you even see a ribbon saying "On air". I'm wondering; how do you replicate this effect? My guess is the programmer masked an image on top of the square...

Rounding elements for IE

on my wordpress site http://www.101river.com the edges of elements are rounded but only in firefox, safari and Chrome because Ie does not support css3 the elements are not rounded in IE. I know there are many tricks to make this make corners rounded in IE just don't know the easiest. Can some one please give some example code to make thi...

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