Seriously how hard is it to implement?
I really dont want to continue with 50% of my users not having rounded corners?
|
Is there something like this that can work with IE? No images and with borders?
http://www.css3.info/preview/rounded-border/
|
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: http://craigsworks.com/projects/qtip/docs/tutorials#borders)
But the border is then ... |
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 ... |
i have a css code:
-moz-border-radius-topleft:50px;
i get the result:

Is there any possibilities to give like this:
|
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 ... |
I use css to apply rounded corners to li navigation elements. This elements have a border too.
So this is how it looks like:
Like you can see ... |
|
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 ... |
I have a div with a solid border and rounded corners defined in CSS, but looking at it in Chrome or FF renders the following (screenshot):
I can't figure ... |
On my website, I have a big .swf file. The graphic designer made the .swf look like it was in a rounded corner box but when I embed the file, even ... |
Is it possible to have css borders starting away from the corner of the parent element?
I am in a situation where can't use padding to bring the width in because borders ... |
Any idea on how I can get round corners work with multiple borders?
The box will be dynamic, depending what will be inputed into the box, so I can't add static width ... |
Possible Duplicate:
Rounded corners in MS IE 7
I think I know the main idea of how to accomplish rounded corners w/o javascript. But generally the ... |
Let assume that I have image with border: 1 px solid black because i want it to have border. But for more i want rounded corners so i give border-radius: ... |
check out http://jugheads.co/home.html
The slider looks great in chrome, safari and firefox, but in IE7, 8 and 9 the border is all messed up, and the margins are off by ... |
Trying to add rounded corners to images, that also have a border.
Came up with the following:
http://jsfiddle.net/tgqBG/
But it doesn't look good at all with the whitespace below the image, ... |
as u can see the border is missing from the corners (red one). if i make it 4+ px thick then its ok but i need ...
|
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 ... |