Tagged Questions
The rounded-corners tag has no wiki summary.
147
votes
31answers
20k views
What is the best way to create rounded corners using CSS?
What is the best way to create rounded corners using CSS?
73
votes
9answers
50k views
Best jQuery rounded corners script?
I've been looking at various scripts for adding automatic rounded corners to a div using jQuery but there are loads of plugins available, none of which seem perfect.
So, does anybody know of a script ...
56
votes
13answers
34k views
CSS3's border-radius property and border-collapse:collapse don't mix. How can I use border-radius to create a collapsed table with rounded corners?
Edit - Original Title: Is there an alternative way to achieve border-collapse:collapse in CSS (in order to have a collapsed, rounded corner table)?
Since it turns out that simply getting the table's ...
29
votes
7answers
15k views
How to make an ImageView to have rounded corners
In android, ImageView is a rectangle by default. Is it possible to make it a rounded rectangle (clipped off all 4 corners of my Bitmap to be rounded rectangles) in the ImageView? If yes, can you ...
28
votes
5answers
20k views
How do I create a round cornered UILabel on the iPhone?
Is there a built in way to create round-cornered UILabels? If the answer is no, how would one go about creating such an object?
26
votes
5answers
17k views
How is a rounded rect view with transparency done on iphone?
A lot of apps pop up a transparent view with rounded corners and an activityIndicator when running a time consuming operation.
How is this rounding done and is it possible to do it just using ...
15
votes
4answers
917 views
CSS to create curved corner between two elements?
My UI has an unordered list on the left. When a list item is selected, a div appears on the right of it. I'd like to have a curved outer corner where the <li> and the <div> meet. Some ...
14
votes
3answers
10k views
Add rounded corners to UIImageView
I would like to add some rounded corners to all of the UIImageViews in my project. I have already got the code working, but am having to apply it to every image; should I subclass UIImageView to add ...
12
votes
4answers
2k views
Cross browser rounded corners (no image)
When converting PSD's into HTML or even HTML5 and CSS, how much more difficult is it to round the corners and make those corners consistent across all browsers, especially Internet Explorer?
...
10
votes
6answers
685 views
Rounded corners fail to cut off content in webkit browsers if position:relative
Rounded corners fail to cut off content in webkit browsers (e.g. Chrome) if position:relative;
See this demo.
HTML:
<div class="outer">
<div class="inner">
</div>
...
10
votes
2answers
3k views
How to make CSS3 rounded corners hide overflow in Chrome/Opera
I need round corners on a parent div to mask content from its childen. "overflow: hidden" works in simple situations, but breaks in webkit based browsers and Opera when the parent is positioned ...
9
votes
3answers
2k views
Any way to make nice antialiased round corners for images in python?
Is there any way to make nice round corners with python? Currently PIL and GD2 are used in my project. Both of them have an arc() method, that allows you to draw a quater-circle, but the quater-circle ...
8
votes
6answers
4k views
Round two corners in UIView
A little while ago I posted a question about rounding just two corners of a view, and got a great response, but am having problems implementing it. Here is my drawRect: method:
- ...
8
votes
3answers
4k views
UIView with rounded corners and drop shadow?
I've literally tried everything I could but none of them work for a custom UIView... I just wanted a blank white view with rounded corners and a light drop shadow (with no lighting effect). I can do ...
8
votes
2answers
8k views
Android Table Round Border
can i make something similar to the photo below in Android? It's a table with round corners.
8
votes
3answers
6k views
WPF rectangle - round just top corners
How can I have just the top corners rounded for a WPF rectange? I created a border and set the CornerRadius property and inside the border I've added my rectangle, but it doesn't work, the rectangle ...
8
votes
5answers
16k views
Rounded corners on a fieldset
I noticed that the "fieldset" tag renders a rounded corner border on IE (it renders squared on the other browsers).
<fieldset>
<legend>My legend</legend>
</fieldset>
...
7
votes
4answers
2k views
How can I work around Android issue 9161, where bottomRightRadius and bottomLeftRadius are swapped?
My goal:
Figure 1: The Goal
So, before I knew about the issue, here's what I tried.
First, a base layout:
<LinearLayout
android:orientation="horizontal"
...
7
votes
3answers
8k views
How can I make a rounded-corners form in WPF?
I am trying to make the corners of a Window (WPF) rounded and it doesn't work, I tried to make the window itself transparent and add an internal border with rounded corners and it doesn't work.
any ...
6
votes
3answers
151 views
iphone - How can I produce an imageview with both rounded corner and shadow?
something exactly like above?
I know how to produce a rounded corner:
imageView.layer.cornerRadius = 10;
imageView.layer.shouldRasterize = YES;
imageView.layer.masksToBounds = YES;
For the ...
6
votes
4answers
4k views
How to make round corners to both inside of a box and its border?
I guess the title is kind of hard to understand, so I'll explain.
I am trying to achieve this effect:
(a box which has rounded corners and its border, which also has rounded borders).
I've managed ...
6
votes
4answers
213 views
Rounder corners with CSS3 or with images?
What is the difference and the best way to create them right now ?
6
votes
3answers
225 views
6
votes
6answers
2k views
CSS Table Styling
I need to style a table to have rounded corners, and look like the screenshot:
I'm just looking at how best to go about it:
Normally when I style a div to have rounded corners, I use 2 divs with ...
5
votes
2answers
279 views
IOS: create a UIImage or UIImageView with rounded corners
Is it possible create an UIImage or an UIImageView with rounded corners? Because I want take an UIImage and show it inside an UIImageView, but I don't know how to do it.
5
votes
3answers
1k views
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 ...
5
votes
2answers
420 views
What is the best way to create standards-based, cross-browser compatible rounded corners in Drupal?
I am currently working on a Drupal 6 theme, for which designer is explicitly requesting to use A LOT of rounded corners.
I could of course create the rounded corners - traditionally - with images. ...
5
votes
3answers
5k views
keep borders in IE with jquery.corner()
I'm using the jQuery plugin "corner": http://www.malsup.com/jquery/corner/
Its almost doing a great job making my divs round at the edges.
The problem is, my divs have borders of 1px applied. This ...
5
votes
1answer
5k views
How to draw rounded rectangle with variable width border inside of specific bounds
I have a method that draws a rounded rectangle with a border. The border can be any width, so the problem I'm having is the border is extending past the given bounds when it's thick because it's drawn ...
4
votes
1answer
164 views
CSS rounded corner for <img> on first-generation iPhones
The following code works in all desktop browsers Chrome and Safari on the Desktop as well as recent iPhones and all Android devices I've tested. However, in first-generation iPhones and the iPhone ...
4
votes
4answers
125 views
Inner element should be trimmed by outer element border radius
See here: http://jsfiddle.net/QSp2W/5/
As you can see the inner h1 has a background color which overlaps the rounded corners of the containing div. This is sort of fixed if you set a smaller radius ...
4
votes
3answers
150 views
What's the latest solution for rounded corners?
Can anyone tell me the the latest solution for implementing rounded corners with DIV tags? Is the PNG corner images still the best cross-browser solution? Is Jquery the best approach? How is ...
4
votes
4answers
384 views
Rounded Rectangle Not Accurate
Every sample code I've ever found for drawing rounded rectangles using GDI+ goes something like this (lifted and slightly modified from BobPowell.net):
Private Sub Panel1_Paint(ByVal sender As ...
4
votes
2answers
442 views
Best way to remove CSS rounded-corner halo?
I'm getting a tiny rounded corner halo effect that I'd like to get rid of. In this example, look for the effect in the red circle. Here's a zoom in of the effect:
I seem to recall a while back ...
4
votes
2answers
669 views
rounded corners in chrome not working
Hi everyone i am using the following for achieving rounded corners...
-moz-border-radius: 10px;
border-radius: 10px;
-webkit-border-radius: 10px;
This is working in all browsers(excluding IE ...
4
votes
2answers
595 views
UINavigationBar Rounded Two Corners
I want to round the top right and top left of the UINavigationBar.
I know that there are functions for changing the views corner radius, but is it possible to do something similar to the standard ...
4
votes
6answers
476 views
Is there any HTML code that would display an ellipse or a rounded rectangle?
I am not sure if it's possible at all in HTML, but I would still ask it here:
Is there any HTML code that would stand for an ellipse or a rounded rectangle?
4
votes
2answers
1k views
Parts of background-image visible when using border-radius
Using the code below, both Chrome and Opera (latest versions supporting border-radius) on Mac show a small blue area outside the rounded corners (which seems to a part of the defined ...
4
votes
6answers
3k views
How do I add a UIImage to grouped UITableViewCell so it rounds the corners?
I'm trying to add images to table cells in a grouped UITableView but the corners of the images are not clipped. What's the best way to go about clipping these (besides clipping them in Photoshop? The ...
4
votes
1answer
1k views
Rounded corners using ImageMagick (bakground transparent or white)
I'm trying to add rounded corners to my images using ImageMagick.
If the input image is a PNG or GIF file my script is working correctly.
But if my input file is a JPEG file, the corners are black. ...
4
votes
3answers
2k views
How to create image with rounded corners in C#?
I'd like to create image (from another one) with rounded corners with GDI+. What's the best way to do this?
PS: it's not for web, so I cannot make use of client CSS
4
votes
6answers
682 views
CSS rounded corners done quickly: is this an awful technique?
Here's a quick and dirty round corners technique I've been playing around with.
<!-- assuming the div isn't statically positioned -->
<div>
<img src="box_TL.png" ...
3
votes
6answers
107 views
Round corner solution for all browsers?
I'm looking for the best solution out there for round corners on boxes, which have to work in all browsers (including IE 7-9)
I've been looking on CSS3 PIE, which seemed promising until I saw the ...
3
votes
4answers
139 views
HTML round corners Internet Explorer
How can i do round corners like this website has in some places..
I searched everywhere and found lots of code that i got confused which one to use
-moz-border-radius:10px;
...
3
votes
1answer
816 views
Rounded transparent _smooth_ corners using imagecopyresampled() PHP GD
I need a script which makes rounded transparent corners on supplied image. I've found one and it works good except the one thing: the applied corners do not look smooth. The imageantialias() throws ...
3
votes
1answer
318 views
Rounded Corners in Parent DIV not effecting Child DIVs
So, I'm experimenting with using rounded-corners in CSS3 (not in IE, don't care if it works there), and I have the DIV where all of my content lives looking quite nice. The problem I'm having is that ...
3
votes
1answer
2k views
C# Form with custom border and rounded edges
I am using this code to make my form (FormBorderStyle=none) with rounded edges:
[DllImport("Gdi32.dll", EntryPoint = "CreateRoundRectRgn")]
private static extern IntPtr CreateRoundRectRgn
(
int ...
3
votes
2answers
1k views
Rounded rect on NSView that clips all containing subviews
I am creating a NSView subclass that has rounded corners. This view is meant to be a container and other subviews will be added to it. I am trying to get the rounded corners of the NSView to clip all ...
3
votes
2answers
2k views
How to round the corners of a button
I have a rectangle image (jpg) and want to use it to fill the background of a button with rounded corner in xcode.
I wrote the following:
UIButton *button = [[UIButton ...
3
votes
3answers
501 views
UIImage rounded corners showing unwanted white area
I'm using following code to add rounded corners to my UIImage, but the problem is that the rounded corners are showing "white" area instead of transparent or "clear". What am i doing wrong here:
- ...