Tagged Questions
The rounded tag has no wiki summary.
19
votes
4answers
35k views
How do I create a WPF Rounded Corner container?
We are creating an XBAP application that we need to have rounded corners in various locations in a single page and we would like to have a WPF Rounded Corner container to place a bunch of other ...
7
votes
1answer
285 views
CSS Venn Diagram mouse hover
I'm trying to create a pure css Venn diagram like this
Where the circle gets highlighted on mouse hover. But the problem is: using the border-radius property if I mouse over the corner of the circle ...
3
votes
3answers
4k views
CSS rounded corners and gradient border
I am in the process of dicing and slicing a psd layout from a designer. The design is based on the 960 grid system and consists of multiple boxes (a 960px box for the top menu, 2 460px boxes for the 2 ...
2
votes
2answers
94 views
Rounded edges in picturebox C#
How to round edges in picturebox control. I Want to get angles like ellipse have but i dont know how to do it. I Use C#. Thanks!
2
votes
1answer
196 views
Java Swing completely rounded JButton (circle outside area can't be clicked nor visible)
I've been trying to implement a completely free bordered JButton :
Free shape as a border, as a solution is given in a previous thread : Java rounded Swing JButton
But the shape outside area can't ...
2
votes
3answers
87 views
rounded border around img doesnt show
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 it 1px thin. why it is a problem? ist this property behaves by design like this?
the ...
2
votes
6answers
237 views
How to make rounded corners on equal height columns
I need to make three equal height columns with varying amounts of content with rounded corners. the corners need an 8px border radius. I would prefer to accomplish this with pure CSS if possible.
...
2
votes
3answers
403 views
Adding rounded corners to a mapview
I'm trying to code a simple MapActivity which uses the following layout (only contains the mapview for the moment, as I plan to add share the screen with a ListView in the future) :
<?xml ...
2
votes
5answers
5k views
Rounded Corner Button ASP.NET
I want to use Rounded Corner Button in my asp.net application. Do we have anything in ASP.NET 3.5 which helps us to make a rounded corner button ?
2
votes
1answer
875 views
UILabel with cornerRadius inside UITableView
i'm trying to immitate the count-label that is used in apples mail app, which shows the count of messages in a folder / mailbox. The text color is white, and the labels background is gray/blueish with ...
2
votes
1answer
685 views
Draw shadow under NSImage
Currently I'm drawing an NSImage in a custom NSCell like so:
- (void)drawInteriorWithFrame:(NSRect)theCellFrame inView:(NSView *)theControlView {
// roundedCornerImage creates a new NSImage with ...
2
votes
3answers
2k views
rounded corners of input elements in IE
is there a way to make rounded corners on elements so that they are visible in Internet Explorer.
Currently, I am using curvycorners.js but it only works on block elements...
2
votes
3answers
128 views
Links in rounded boxes? In ALL browsers (yep included IE8)
I tried maaaany script but every time I get stuck in something bad. My goal is to create rounded boxes for links. You can see an example of I'm talking about here in the read more link (effects not ...
1
vote
2answers
180 views
iOS : How to create a close button that sits on the edge of a UIView with rounded corners (using IB)?
Background:
I am working on an iPad app that will pop a custom view when the user clicks on an image.
I want the view to have rounded corners and a close button ( red x in a circle ) that sits on ...
1
vote
2answers
113 views
rounded Corner Problems IE
I rounded Div Corner Using This Htc File :
Google Code Curved Corner
This Worked Nice in IE6/8 but i set background image in top my div with no-repeat css. now i see my background auto repeat in div. ...
1
vote
2answers
401 views
rounded corner div problem in IE(6/7)
heres the code for rounded div. all works fine except ie(6/7), even in ie(8/9) pretty good, and obviously other browsers seems nice on the rounded div. describe later after the code.
html code:
...
1
vote
2answers
63 views
Any real disadvantage to extra markup created by jQuery rounded corners?
http://www.malsup.com/jquery/corner/
Is there any real disadvantage (like SEO) to creating the rounded corners pixel by pixel using javascript generated DIVs other than being an eye-sore when looking ...
1
vote
1answer
608 views
Dropdown menu & rounded corners
A quick query relating to rounded corners on a dropdown menu.
You can see a sample here: http://jsfiddle.net/tomperkins/C5mTf/
The question relates to the 'Help' button on the right hand side. I've ...
1
vote
1answer
91 views
How to create the screen in optimized way?
Hello everybody I am trying to create a screen (to see the image click here)
I have set it's backround image also created required list components which are click able by extending Field class. Now my ...
1
vote
8answers
208 views
7 Divs, how to make they stay where the picture say?
Blue is where the image of the corners will go
Green is a repeating image on the x axis on the top, all part of the same template!
And orange is a simgle image repeating on the y axis
For ...
1
vote
2answers
362 views
How to draw and fill a rounded rectangle in Rebol
How would you draw a Rounded Rectangle in Rebol and fill it with a gradient color ?
Can't find any example.
Thanks.
1
vote
8answers
4k views
Rounded corners on images using PHP?
Does anyone know how to make a image have rounded corners using a PHP script?
1
vote
2answers
5k views
flex 3 accordion component and rounded corners
Im using the accordion component in Flex and cant seem to get the header to have rounded corners. The footer rounds no problem but the header remnains square, any suggestions?
0
votes
2answers
18 views
On mouseover, use jquery round plugin to a table row
I have a table row which on hover has background color. Right now, the row background is a squared one. I want to make the corners rounded using jquery corner plugin. http://jquery.malsup.com/corner/
...
0
votes
3answers
24 views
UiView with top left and right rounded corners and border
I have a UIView. I need to make only it's top left and top right corners rounded and also to have a 1 point border width.
Any idea?
Thanks
0
votes
1answer
69 views
css3 menu with inverse rounded corners
I designed a navigation menu which looks like the image here:
http://tinypic.com/r/atoriu/5
I want to code it with css3 rounded corners and box-shadows, not using any images.
Problem is the rounded ...
0
votes
1answer
45 views
CSS3 rounded corners - only border is rounded, inner box still square
I haven't seen this question anywhere else, I hope someone can help. I have a div container with a thick border. I was hoping that when I rounded the edges, all edges would round, but only the border ...
0
votes
2answers
100 views
Java Swing rounded border for Jtextfield
When I do :
LineBorder lineBorder =new LineBorder(Color.white, 8, true);
jTextField2.setBorder(lineBorder );
I get this result like:
How can I have rounded borders without the squared corners ...
0
votes
2answers
40 views
jQuery-based round corner buttons (non flat)
I am trying to make buttons that will have rounded corner and will have some gradient color scheme on it. I know these sorts of buttons are easy to make with images, but due to the nature of the ...
0
votes
1answer
78 views
JTextArea Rounded corners Java Swing
I would like to know how it is possible to do a JTextArea and a JTextField with rounded corners and rounded borders (I am using java swing)
Thank you very much.
Regards
0
votes
1answer
36 views
Rounded corners in IE , long selectors? (jquery)
I used DD_roundies plugin which is rounding corners in elements, but it's works only with 1 selector, for example $('#element').addRule('10px'); and it's well done, but when I use selection kind of ...
0
votes
1answer
105 views
Is there any way to use youtube player iframe with rounded corners? (css, jquery…)
I would like to use youtube iframe player in my web wich has a white background, and i would like to use the youtube player with rounded corners. CSS3 doesn't work for this :(
0
votes
0answers
79 views
chrome/safari loses rounded corners during a jquery slide transition
I am using the jquery script shown here - http://jqueryfordesigners.com/automatic-infinite-carousel/.
I have applied my own images as rounded png's into the slider on my site - http://67.225.219.80/
...
0
votes
2answers
53 views
How to round to the next multiple in javascript?
I'm looking for a javascript function wich allow to do it :
function arrondiSuperieur($nombre, $arrondi) {
return ceil($nombre / $arrondi) * $arrondi;
}
echo arrondiSuperieur(6, 5); //display 10
...
0
votes
1answer
54 views
Allow only numbers/year between rounded brackets
For a website i want to allow only the year of production between rounded brackets with a regex.
Allowed:
Movie 1 (2010)
Disallowed:
Movie 2 (2010 English)
Movie 2 (01-01-2010)
Want i want is a ...
0
votes
1answer
123 views
Rounded corner speech box with arrow and dropshadow. Image based
I need to style box, please see attached screenshot.
Height and weight could differ. It could be 150 x 200 px but also 600
x 150 px.
Internet Explorer 8 is must. Due to this sadly no CSS3
...
0
votes
1answer
97 views
Rounded Corner using DD_roundies problem IE6+
I rounded Corner Any div with DD_roundies jquery plugin.
Website plugin
this plugin worked perfectly. but my div have a any background image ( CSS ) now in FF, Chrome and IE6 worked and show div ...
0
votes
3answers
386 views
Android rounded corners in ListView
I have a ListView with rounded corners made using following shape as background:
<?xml version="1.0" encoding="UTF-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android" ...
0
votes
3answers
65 views
what is the cleanest way to get rounded corners on images using html/css? (crossbrowser)
I've fixed image size. And I want to achieve rounded corners through html/css.
Options I'm thinking about is to overlay image with four corner png. Using img:after and content. But unfortunately ...
0
votes
0answers
161 views
Scaling image without scaling opacity mask
I have an image with rounded edges done by following Chris Cavanagh's example. Basically I'd like to be able to scale the image up to a certain size with the borders and mask 'keeping pace' and ...
0
votes
2answers
260 views
wordpress rounded boxes around each individual widget
I am working on creating a theme and need to know how to make a rounded box around each individual widget. I want to change each color. I need it rounded also and dynamic. I need if i add more things ...
0
votes
1answer
197 views
Rounded border with background-image in chrome
I have a div in my layout that uses round corners.
In this div I have images being shown with javascript.
The image should be contained in the div with the rounded corners.
In FF the image has nice ...
0
votes
1answer
288 views
jQuery UI resize - DIV Rounded Corners With Border
There are many jquery rounded corner plugins however I can't seem to find/or get to work the solution i'm looking for.
I have a DIV with a 1px solid border, some corner plugins remove the border, ...
0
votes
0answers
153 views
Javascript/Jquery code Sample for rounded corner without image
I thoroughly search the net but cant found any code sample for the javascript/jquery rounded corner. Actually I want to take hand on, I am trying to make a jQuery rounded corner without image plugin ...
0
votes
1answer
791 views
how to apply CSS3 properties (i.e. -moz , -webkit border radius) to asp.net button & texbox control and to html fieldset & legend?
I have applied rounded corners styles to my ASP.Net button & text box controls and also to fieldset and legend.
Here is my CSS-
fieldset
{
width:605px;
margin-bottom:20px;
...
0
votes
2answers
53 views
How can i design a div shown in image using 4corner images,4 line images,and a content div
I want to design a div.i have 4corners images,4line image.i only want a way using these images, as it will work in ie too.i know 'div inside a div trick' for having 4corners at position but how to ...
0
votes
5answers
248 views
Getting rounded value from a double result
I want to display the net amount of a calculation in two text boxes
if netamount = 45.60
first textbox should show rounded value and
next textbox should show what is rounded.
I have earlier done ...
0
votes
4answers
167 views
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
0
votes
2answers
468 views
Firefox Border Radius Not Showing
I am using the following css
#helper{
position:absolute;
bottom:0;
width:100%;
}
#key{
width:950px;
margin:0 auto;
z-index:2;
-moz-border-radius-topleft:8px;
-moz-border-radius-topright:8px;
}
...
0
votes
1answer
142 views
Text box creates gap when floated left in IE7
I've got a left rounded corner box -> textbox -> right rounded corner box which all make up part of a search box. All's well in FF, Chrome, IE8 but not IE7.
I've checked it using the debug tool and ...