Tagged Questions
border-radius is a CSS3 property used for giving certain html elements rounded corners.
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?
58
votes
8answers
14k views
IE9 Border-radius and Background Gradient Bleeding
I've seen a lot of info about being able to use rounded corners in ie9 using the CSS3 standard definition of border-radius. Kudos to ie9 for joining the party :) but lets not get to excited.
What ...
37
votes
7answers
32k views
Firefox -moz-border-radius won't crop out image?
Does anyone know a way to get Firefox to crop the corners if the border radius of an image is set? It's containing element will work fine but I get ugly corners sticking out.
Any way to fix this ...
30
votes
11answers
31k views
Emulating CSS3 border-radius and box-shadow in IE7/8
I'm working on HTML for a small web application; the design calls for a content area with rounded corners and a drop shadow. I've been able to produce this with CSS3, and it works flawlessly on ...
21
votes
9answers
12k views
Box-shadow and border-radius bug in Chrome
I've been experimenting with CSS3 and found something strange. Heres's the part of DIV style:
border:#446429 solid 1px;
border-radius:15px;
-moz-border-radius:15px;
-webkit-border-radius:15px;
...
12
votes
3answers
329 views
Is this a bug with CSS3: Rounded corners with CSS3 gradient
I'm running into an issue where the border of an outer div with rounded-corners is getting cut-off by an inner element with a CSS3 gradiet. Is this a bug with CSS3 - if so, I'll happily submit a ...
10
votes
1answer
271 views
Internet Explorer 9 (and 10) are rendering my rounded corners backwards
Basically what it does is render the top-right and bottom-right corners round instead of the correct top+bottom-left corners.
Here's the css:
.formlabel, .formlabel2, .formhead{
width:200px;
...
9
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 ...
8
votes
5answers
1k views
rounded corners on html5 video
Is there a way I can cut off the corners of my html5 video element using the CSS3 border-radius attribute?
Check out this example. it's not working.
8
votes
4answers
1k views
Border-radius bug on <a> in IE9
Seeing that <div> elements render border/border-radius correctly, but any <a> or <button> that has a background, border and border-radius set shows the background color or image as a ...
7
votes
1answer
560 views
border-radius; overflow: hidden, and text is not clipped
I'm doing some stylistic text inside of rounded divs, where the text bumps right up against the top of the container. I've been able to control almost all content, nested divs, images set as ...
7
votes
4answers
704 views
Forcing child to obey parent's curved borders in CSS
I have a div inside of another div. #outer and #inner. #outer has curved borders and a white background. #inner has no curved borders and a green background. #inner extends beyond the curved ...
6
votes
3answers
6k views
CSS RGBA border / background alpha double
I'm working on a website that has a lot of transparency involved, and I thought I would try to build it entirely in RGBA and then do fallbacks for IE. I need a "facebox" style border effect, where the ...
6
votes
4answers
845 views
Accurately detect mouseover event for a div with rounded corners
I am trying to detect a mouseover event on a circle. I define the circle div like this:
.circle {
width: 80px;
height: 80px;
-moz-border-radius: 40px;
-webkit-border-radius: 40px;
...
5
votes
3answers
83 views
How to achieve rounded corner in IE8
Is there any way to make the corner rounded in IE8. I have this code on JSFiddle. It works fine in Chrome, FF, Safari and IE9+. But how it could be achieved in IE7, IE8?
5
votes
2answers
217 views
Currently available cross-browser nine-patch solution for border-radius
I've recently developed for Android and discovered how great 9-patch is. I wondered could it be used in web design, so did zng; the answer is yes.
My question now is, is there anything (a jQuery ...
5
votes
4answers
3k views
Chrome input[type=text]:focus “border”
i see that chrome puts a thicker border on :focus. but it kind of look off in my case where i use border-radius also. is there anyway to remove that?
4
votes
1answer
295 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
4answers
4k views
IE9 border-radius shorthand not supported?
I have a few things I've made in the past that have the border-radius attribute like this:
border-radius: 7px;
This is not working in IE9. I thought IE9 was supposed to support border-radius? If ...
4
votes
9answers
305 views
The most semantic way of making this container
I want to make the following shape using divs and border radius, with fall back to square corners for old browsers. No images please.
I am having a bit of trouble making the bottom corner next to the ...
4
votes
1answer
1k views
border-radius is not working in Firefox for me on input types
Everything works fine in webkit browsers. But when i'm trying to use border-radius with input[type="url"] it doesn't work. Not even just using input. Nothing still works.
Css
section.crypter input ...
4
votes
4answers
3k views
Why doesn't border-radius work properly on text inputs in MobileSafari?
Here is a reference HTML document:
<!DOCTYPE html>
<html>
<head>
<style>
body { background-color: #000; }
input { -webkit-border-radius: 20px; }
</style>
...
4
votes
5answers
717 views
How do I get a thin border in qtip with round corners?
I try to get a thin border with round corners for the tip in qtip, using:
border: {width: 1, radius: 7, color: "#B8E25E"}
(Like explained here: ...
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 ...
3
votes
5answers
164 views
How can I make rounded corners on non-CSS3 browsers?
I know that I have to use images in this case, one per corner.
For example if I need a solid blue 4px border with 8px border radius around a given element,
and I have designed four images ...
3
votes
1answer
91 views
Why are these two buttons rendering different
Im trying to style a link and a button equal.
Why are <button> and <a> rendered diffently in FF with the below css declaration: (notice the outer border on corners of the button and the ...
3
votes
1answer
359 views
Adding border-radius to TinyMCE textarea
Is it possible to add a border-radius to TinyMCE'd textareas? It's kinda killing me that I have rounded corners on my input fields etc, but I can't get it working on my textarea.. Probably because ...
3
votes
3answers
210 views
Border-Radius Causing Naughty Errors in FireBug: “Unknown property… Declaration dropped.” Should I make this dissappear or better keep it my way?
today I hit F12 in FF to load FireBug to see what my site was thinking. Then saw this:
The facts showing from above:
My site likes using them "rounded", alot of them...;
My site is loaded with ...
3
votes
4answers
6k views
Using CSS3Pie htc for border-radius in IE8
I'm using the CSS3Pie htc file to enable border-radius in IE8, but I'm getting no effect. My CSS is:
button {
border-radius: 4px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
...
3
votes
2answers
2k views
CSS3 Gradients and border-radius leading to extraneous background in webkit
After my 1st question with relation to CSS3 gradients in which I was recreating an 'inner glow' I've now got to the point where I'm not so happy with the way in which webkit renders the effect.
...
2
votes
1answer
53 views
CSS3 Border-Radius with one border colored differently is bleeding its color
I have a fluid-width div with rounded corners using the border-radius, as well as a large border on one-side of the div colored differently.
When the browser window is small enough, the borders all ...
2
votes
1answer
75 views
box-shadow and border rendering bug
Css causing the "bug":
div {
width: 100px;
height: 100px;
background-color: transparent;
box-shadow: 0 0 15px 20px #000 inset;
border: 100px solid #000 ;
border-radius: 150px;
...
2
votes
1answer
26 views
Fix the border-radius size, no matter how much text it is wrapping
I'm implementing a simple chat and I came across a simple problem: I wanted to wrap the username in a border-radius.
CSS:
.chat-username {
padding: 4px 8px;
-moz-border-radius: 8px;
...
2
votes
1answer
25 views
Why do the child elements of this div not have border-radius?
I'm making a settings menu for one of my sites, and the .line divs inside it don't have border-radius at the top.
Here is how it looks normally:
And when I hover over the first one (and last ...
2
votes
1answer
51 views
Border-radius and background not connecting in Firefox only
Here's my fiddle: http://jsfiddle.net/edelman/NJHLU/
Basically, if there's a border radius on an element with a border, the border and background don't actually touch, creating a little inner white ...
2
votes
2answers
63 views
Border-radius doesn't work on images?
.el img{
float: left;
margin-right: 5px;
border-radius: 10px;
}
Am I missing something? Or this property really doesn't work with images?
2
votes
2answers
55 views
How to use border-radius in safari
http://show.bbflame.ru/border/
How to make parent(#div1) hide child's corners
Child dont overflow parents
2
votes
4answers
78 views
Jquery css border radius specific corners radius?
Hello I am trying to change the border-radius of specific corners of some uls with jquery sortable on the method sort.
Here is my code so far and it is not working, any ideas?
sort: function() {
...
2
votes
2answers
429 views
Is it possible to make a box arrow in css 3 with a gradient
If you look at the link below, you will see a floating green box with the arrow pointing left:
http://dribbble.com/shots/107845-hover-button
Can this be done using only CSS3? Is it possible to make ...
2
votes
2answers
85 views
Browser sniffing - Border Radius %
I thought it would be an idea to try to detect browsers that didn't support border-radius with % values. I've used the code below to try to detect for border radius but it's not playing ball. I get a ...
2
votes
1answer
366 views
CSS3 PIE: divs with border-radius flickering on mouseover
I'm using CSS3 PIE to add support for border-radius to IE6/7/8. It works perfectly, but I've found that when I use it to apply a "thick" border with rounded corners to a <div>, the border ...
2
votes
4answers
260 views
border-radius + background-color == cropped border
Consider a div with the border-radius, border, and background-color CSS attributes applied:
<div style="background-color:#EEEEEE; border-radius:10px; border: 1px black solid;">
Blah
...
2
votes
2answers
396 views
Chrome - children clip css3 rounded border?
Please see the following JSFiddle:
http://jsfiddle.net/zScKW/
Notice that the child div clips the border of its parent. If I remove the border (but keep the rounded corners), the item clips as we ...
2
votes
3answers
864 views
Rounded Corners on Images in FireFox 3.6.15+ still not working?
Greatly connected peoples on the web,
For my rounding of corners I have a problem on Firefox . I thought that prehistoric problem was solved byt on my firefox 3.6.15 its stil doesnt round the corner ...
2
votes
2answers
221 views
How to use feature detection to know if browser supports border-radius? (Including IE9)
I've seen plenty of examples for detecting support for border radius using something like:
var cssAttributeNames = ['BorderRadius', 'MozBorderRadius', 'WebkitBorderRadius', 'OBorderRadius', ...
2
votes
1answer
173 views
get computed border radius in opera
I'm trying to get computed border-radius state of some element with this code:
function _elementCurrentStyle(element, styleName){
if (element.currentStyle){
var i = 0, temp = "", ...
2
votes
5answers
748 views
CSS3 Border Radius property doesn't work in localhost?
I'm having a very strange problem with css3 border radius property. My following CSS and html works fine with IE9 if i double click the file and open with the IE9 , however if the border property does ...
2
votes
2answers
5k views
How to use border-radius.htc with IE to make rounded corners
How to use border-radius.htc with IE to make rounded corners
I am using border-radius.htc to fix border-radius in IE
It is works very well here
...
2
votes
5answers
1k views
Is there any way to invert a rounded corner in CSS?
i have a css code:
-moz-border-radius-topleft:50px;
i get the result:
Is there any possibilities to give like this:
2
votes
4answers
313 views
How can I support border-radius on all major web browsers?
There doesn't seem to be a way to support border-radius other than to provide the CSS for each engine separately. Right now it seems you have to declare the property three or four times (possibly more ...