border-radius is a CSS3 property used for giving certain html elements rounded corners.

learn more… | top users | synonyms

0
votes
1answer
16 views

CSS: border-radius doesn't work on IE10

I need to have a container "DIV" with rounded corners. The following code works perfectly on all browsers except my IE10. I have not clue how to do in order to make it works <style> ...
0
votes
1answer
25 views

Border-radius and :hover state area issue

I'm looking everywhere to answer this question but nowhere can I find anything about it. Can anyone tell me whether we can affect the area which received the item hover border-radius property. So that ...
0
votes
1answer
21 views

Chrome: CSS Style is applied only when you go to Google Developer tools

I was trying to apply rounded corners to an OpenLayers Maps, and found that it works in Firefox, but not in Chrome. I found a related question Openlayer map with rounded corners which linked me to ...
4
votes
2answers
48 views

Why won't border-radius round off the actual border-style?

This was tested in Chrome, FF, and IE 10 and they all behave the same way, so I don't think it is some bug, but rather something I am doing wrong/not aware of. Here's what I see: Here is the CSS: ...
0
votes
0answers
39 views

Images inside a circle div overflow it's borders in Opera and Safari

I am trying to make circle divs with image links inside, the images are half the opacity and when hovered over they turn to full opacity (I'm doing that using jQuery). They work exactly how I want ...
0
votes
1answer
38 views

Triming image corners with border-radius set on parent div doesn't work in Safari

I have an image placed inside a div, the div has rounded corners which works as a mask to hide the image corners and display it as a circle. It works in all browser except for Safari! does anyone ...
0
votes
0answers
39 views

Circles with border-radius

We're making an artsy menu for a blog. One of the things we wanted was make icons for each project in the menu containing a photo and an overlay color and we wanted them to be circles. So I was ...
0
votes
1answer
50 views

Border radius, background image, background gradient, and IE8, IE10

I've got a div with border radius, background gradient, and background image working in FireFox, but not in IE8 or IE10. Gradient and background image work in IE8, but when I apply the border radius, ...
1
vote
1answer
19 views

Style content within table cell without adding an extra tag?

I have content within a table: <td>1</td> <td>2</td> <td>3</td> The table cells themselves have styling (like background-color and borders), but I want to have a ...
-1
votes
1answer
33 views

Is border-radius of 1px more performant than border-radius of 10px?

Basically I'm wondering if the rendering performance difference that Microsoft, LinkedIn and others refer to is between 0px and 1px or between 1px to infinity px.
0
votes
2answers
28 views

Border-radius Safari

I am making a banner where people can upload an image. Before the upload it you see the image. With just a standard html code <div id="box"><img src="blah blah" /></div> The CSS: ...
0
votes
0answers
19 views

css3 column-count with border-radius bug

I've got a bug when I'm using css3 column on chrome browser I use column-count:2 to get 2 column, the first column is fine, but the content in second column is didn't showed. .container { ...
8
votes
2answers
78 views

create a border-radius for div

I've created a div, where in I've to write css for creating border-radius to that div. So I wanted the border-radius should be like the following image. The CSS code what I've written is as ...
0
votes
1answer
63 views

Add a Border Radius to <video> tag in Chrome

I've seen this question pop up a couple of times without any clear resolution. I'm loading a simple video <video src="" controls></video> Onto my page. The video works and plays well ...
6
votes
3answers
110 views

Is a concave border radius possible?

Here is a simple convex example. http://jsfiddle.net/swY5k/ #test{ width: 200px; height: 200px; background: #888888; border-radius: 50px; } However, I want a concave border radius. ...
0
votes
1answer
37 views

How do you get rid of the corners when using border radius

I've created a view and I'm trying to make it with rounded corners so I'm using border-radius. The only problem is that I can see the corners of one of my div elements and I can't seem to get rid of ...
0
votes
3answers
32 views

Border-radius changing in Chrome

When I use border-radius on DIV that is wrapping UL, after hovering the links inside UL, I'm losing the radius in Chrome. <div class="menu"> <div class="middle"> <ul ...
1
vote
2answers
29 views

A circle with inside and out side box-shadow have 1px border

I have a circle which have both inside and outside box-shadow,but there is a 1px unwanted border.anyone can help me to remove that border and tell me why this is happening with only circle. Here is ...
1
vote
4answers
27 views

Add border to circle image

I've added a normal square image to my website and made it into a circle with border-radius and then have tried to add a circle border around it but it only seems to work on Chrome. Any suggestions on ...
0
votes
1answer
19 views

CSS3 PIE border overlap

Has anyone come across this border overlap with border-radius and css3pie? I'm seeing this in windows XP IE8.
2
votes
1answer
65 views

CSS: Creating a clock with border-radius

I decided to try and create an analog 12 hour clock with some basic CSS properties. I start off by creating a square div of 500px. I then set the border-radius to 250px and get a nice looking ...
0
votes
1answer
27 views

PIE not working in ie 8 but 7, 9

Hi for some reason pie isnt working on my rounded corners, can anybody please help. Below is my CSS, in ie8 it doesnt show the background color either just the text within the button. ...
8
votes
4answers
185 views

How to fix IE rendering of border-radius combined with box-shadow?

Does anybody have an idea on how to "fix" the rendering in IE 9 and 10 of a combination of box-shadow and border-radius? It's especially noticeable when using inset shadows. The radius of the shadow ...
0
votes
2answers
30 views

CSS3 issue with border-top and border radius

I am looking at adding a border-top, 20px solid red;, and I want the bottom of this to be rounded. With the following it does seem to be working for me. -moz-border-radius-bottomright: 12px 12px; ...
2
votes
1answer
87 views

Google Chrome position:fixed border-radius overflow:hidden issue

I am having issues with Google Chrome while using border-radius on a position:fixed element with overflow:hidden. The overflow attribute does not seem to be working. When you hover over the navigation ...
0
votes
1answer
60 views

Wordpress & CSS: A trouble of an image which is above the rounded box

I have a trouble that I can't solve in a blog of WordPress. I don't know if it's bug or they are in confilcts. Firstly, see the image: http://i.imgur.com/K4gWjh9.png Notice the 3D rounded border and ...
6
votes
2answers
55 views

Less border-radius shorthand mixin, disable variable

I am trying to write a mixin for border-radius than only outputs when the values, set by a variable, are >= 0. I set the base value in a variable as 3px, so if I enter -1 or no for example, the ...
0
votes
0answers
30 views

Massive performance hit when using border-radius and canvas in IE9

I am using border-radius on some elements on my webpage. I also have a canvas element in it. If I view the page in Internet Explorer 9 then I get a massive performance hit. Is there a workaround or ...
0
votes
2answers
66 views

border-spacing with rounded 1px borders

I can't find a matching answer for that. <table class="table1"> <tr> <td class="red header" colspan="4"> Table1 header</td> </tr> ... <tr> <td ...
0
votes
1answer
45 views

Turn a CSS class inside function into jQuery animation

I have this css class toggling in jQuery inside a function (credits to @Laurence for the code): function rocksType_shift(direction) { $('#rocksType_DBitems_container ...
0
votes
1answer
123 views

CSS highlight on focus

I am using border radius on an input field and when I select the field, it gets a border highlight as if there is no border radius i.e. the imaginary rectangle with sharp edges gets highlighted and ...
0
votes
2answers
70 views

Removing white corners on button in IE

I have a created a custom button for my site which look fine in chrome but in IE it has white corners I have tried all I can to remove the white corners but I have no idea how. Here is the ...
7
votes
1answer
127 views

feature detect incorrect overflow with border-radius

As we know does overflow: hidden in combination with border-radius not work in all browser as it should — namely Safari and Opera have problems cutting the rounded corners off contained images. ...
1
vote
3answers
48 views

Cannot add border radius in jQuery

I'm trying to add a border radius property when click on a div but it does not work: HTML: <div class="div1"> Div 1 </div> <br> <div class="div2"> Div 2 ...
5
votes
1answer
114 views

border-radius bug in Opera

A while ago i made a little page for myself and I stumbled upon a bug that a have since not been able to answer. When opening http://darngoodpictures.com/#showme you see navigation arrows on the left ...
3
votes
1answer
205 views

IE10 inset box-shadow scaling with border-radius

I want to add an inset box-shadow in IE10. It appears that the rounded corner is scaling larger in size relatively to the border radius applied to the input element. This doesn't happen in webkit or ...
0
votes
0answers
47 views

Feature Detection for working elliptical border radius

I am writing a small page that uses elliptical border radius, which works inconsistently across browsers (of course) and sometimes interacts badly with other things (namely, old Safari, old Firefox ...
1
vote
1answer
93 views

chrome opacity overlay overflow issue affect to border radius

$("#page-circle").mouseover(function(){ $(this).find('span').animate({"opacity":0.4},{queue:false}); }).mouseout(function(){ $(this).find('span').animate({"opacity":0},{queue:false}); }); ...
0
votes
0answers
46 views

flash out of the div when I add border-radius at this div in chrome

this is in chrome, video beyond the scope of the div. this is in firefox, it's right for me. I've added a vmode properties, it works in firefox. firefox version is 19.0 and chrome version is ...
0
votes
2answers
71 views

Rounded corners for internet explorer

I'm working on this site http://www.claybrookanimalfeeds.co.uk/contact.php and I would like to get rounded corners on the shop opening times box on the right hand side. Now I've managed to get them ...
0
votes
1answer
46 views

css3pie applies effects to divs not input text

i'm using css3pie (for internet explorer 8) to apply effects like border radius to divs on my page it works but not on input text .header input[type="text"]{ border: 2px solid #696; text-align: ...
1
vote
1answer
174 views

jQuery slideToggle and CSS border-radius propery show wired in IE10

I am using MVC4 and in my page I took 4 div and all div. I have JSFiddle URL to check my exactly problem. jsfiddle Please run this in only in IE10, because in below IE10 or any other browser it ...
0
votes
1answer
23 views

Events in the corners with border-radius

How do I keep events from firing in the corners outside of the border set by border-radius (white corners)? JSFiddle example <div class="circle"> <a ...
1
vote
0answers
259 views

In webkit browsers, v3 google maps do not respect container's border-radius. Anyone have a workaround?

I have two google maps. The first is created using the Google Maps API (v3) and contained in #map1. The second is displayed in an iframe using the suggested embed syntax from Google and is contained ...
0
votes
0answers
21 views

border-radius in PhantomJS

I have a Jasmine test script that validates layout of dom elements; validation needs to account for border-radius. When I run my script in recent browsers, it works fine. However, PhantomJS produces ...
1
vote
1answer
207 views

CSS Border Radius not working on iOS

I'm having some trouble with borders on iOS (safari). I have an image (my gravatar) which I want to give a round border which is 10px solid and white. To achieve this I have the HTML <img ...
0
votes
2answers
48 views

add border radius to webcam video element

how can i add a border radius to a video element. Here is my code.it works fine in mozilla-firefox ,but fails in chrome.Isnt chrome supported for video element border radius. CSS #video{ ...
0
votes
1answer
223 views

no border radius in IE8, css3PIE not working?

I see there are many variations of this question but none of my attempts have worked. I would like to get rounded corners in IE8 as I do in Firefox, Chrome... here is my css, after downloading ...
0
votes
1answer
65 views

Border radius cutting/image overlapping in Safari

I have looked through a few other questions and answers but still can't get this working in Safari (v 5.1.7). Here is my code - jsfiddle .services { width: 218px; float: left; ...
1
vote
0answers
167 views

Image with border radius + border color not working on Chrome/Safari iOS

I'm trying to work out why an image with a circle border radius and a white border color isn't working on Chrome/Safari on iOS. It works on my desktop. Here is a screenshot of what it looks like, ...

1 2 3 4 5 9