Name of a user interface design feature which replaces the 90 degree angle formed at the end points of two perpendicular lines.
0
votes
2answers
15 views
how to create rounded corner videoview in android?
In my application, I want to display videoview as a rounded corners. I have tried placing videoview/surfaceview inside linearlayout with rounded corner set to linearlayout. but it does not work ...
0
votes
1answer
25 views
UITableViewCell's backgroundView and corner radius issue in grouped tables
I've a grouped UITableView and I've set the background of one of its cells to be a gradient image, this way:
- (UITableViewCell *)tableView:(UITableView *)tv cellForRowAtIndexPath:(NSIndexPath ...
2
votes
2answers
27 views
css3 rounded border table
im trying to make rounded border table.
but im getting little problem with border,
the table border is not rounded..
grid1 { width:100%; border:1px solid #000}
here is the example
...
1
vote
1answer
37 views
Google maps container rounding does not work on iPad, iPhone, Android
I searched around here and I've done many tests and I can not get my google maps to display in a round container.
So far it works for these browsers:
firefox
internet explorer 10
Opera
Safari (PC)
...
0
votes
1answer
23 views
Rounded corners without disabling hardwareacceleration
I'm trying to add rounded corners to a custom drawed view. I recently found out the solution, but there has to be a better way i guess?
To add the corners, i'm using a path:
Path mPath = new Path();
...
0
votes
0answers
24 views
Issue with “bulletproof” Navigation bar
So I'm currently beign teached in HTML by a friend of mine, but hes on vacation. And I'm trying to make a "bulletproof" Navigation menu with hover over rounded corners. And I'm having quite a issue ...
2
votes
2answers
60 views
Add rounded corners to custom view
I'm quite new to Android and i'm trying to draw on a custom view (with canvas). I've got some lines & rects there. The point is, that i now want to give the whole view rounded corners, but that ...
0
votes
0answers
8 views
Changing the height of a scrollbar?
So, I have box with round corners and have put a scrollbar on it. My problem is that with round corners the scrollbar is the normal size for a square, going out of the box. I was wondering if anyone ...
2
votes
1answer
143 views
WPF Rounded Border ListView clipping Issue
I have a ListView with a rounded border.
When you click on a ListVIewItem, an arrow that sticks out of the ListView (by changing the margin) appears.
It looks good at first, but once you click ...
0
votes
4answers
68 views
solving table rounded corner css
i have this css rule for rounded corner
th, td { padding: 8px;
background: #E8ECE0;
text-align: center;
border: 1px solid #444;
border-bottom-width: 0px;
}
thead { ...
0
votes
1answer
287 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
37 views
DIV moves 1px on page zoom
I have a fixed header on my site that I'm working on. So the content of my page flows under the header and the header stays fixed at the top of the page. I can't use the border-radius function in css ...
1
vote
1answer
51 views
Top-left and -right corner rounded in Javafx/CSS
I would like to create a Pane with 2 rounded corners top-left and top-right, how can i do this in javafx?
I know that u can use "border-top-left-radius" in normal css but it wont work under javafx.
...
1
vote
2answers
66 views
CSS round corners images in IE7?
It is possible to do in CSS rounded corners to images working in IE 7? I have div with rounded corners and inside is
CODE:
CSS:
.box2 {
width: 150px;
height: 150px;
margin: 0 auto 35px auto;
...
0
votes
1answer
65 views
WPF Hyperlinked Image with rounded corners
Question: How to create hyperlinked Image with rounded corners in WPF/XAML?
So far, existing code for hyperlinked image (no rounded corners) is working (see below):
Hyperlinked Image (WPF XAML)
...
2
votes
1answer
75 views
Set Border color of round corner div in IE?
I am having problem to set the div border , which using the border-radius.htc.
It works in all browsers except IE.
I referred this site to make a div as rounded corners ...
0
votes
1answer
32 views
canvas draw rounded rectangle in reverse?
I apologise in advance for asking this, I was kindly provided with some code to draw a rounded corner rectangle progress bar which was great:
http://jsfiddle.net/P2qTq/
I need to reverse the drawing ...
0
votes
0answers
49 views
Switch button track rounded corners
I have successfully set a switch button's thumb with rounded corners and have been trying to do the same for the switch's track with the following XML:
<?xml version="1.0" encoding="utf-8"?>
...
1
vote
1answer
91 views
How to Clip content with rounded corners in Windows Store App
I've attempted to have a <Grid/> (with interactive stuff inside, not just an image) clipped with rounded corners (a <Border/> or a <Rectangle/>, whatever works).
I've attempted ...
0
votes
1answer
324 views
Gradient and rounded corners work in IE9, but not IE10
Could someone explain to me why this looks just fine in IE9 (as well as Firefox, Chrome, Safari, and Opera), but in IE10 the rounded corners disappear?
<!DOCTYPE html>
<html>
<head>
...
1
vote
0answers
46 views
IOS clickable circle UIButton that don't fire touch events in it's corners
http://postimg.org/image/jasludl81/ <---link to a sample image
Hi All. I just started to learn IOS programming, so please be kind. :) Here's my dilemma:
I need a control that fires touchDown, ...
0
votes
3answers
103 views
UIBezierPath does not draw rounded bottom corners
I am trying to make rounded corners for my views and fencing a strange problem.
I use the following code to make rounded corners for my view
bezierPath = [UIBezierPath ...
0
votes
0answers
43 views
how to make a shape with rounded corners and the edge bottom of a different color like in the capture [closed]
I want :!
I have everything working except the bottom bar (2) of another color as in the capture.
for now all around I have color 1
I use the library ...
0
votes
1answer
97 views
CSS Round uppr corners of table row
I am setting the background color of table rows to give them a visual presence. I've been stymied in doing something I thought would be pretty simple which is rounding the corners of a row. I've ...
0
votes
2answers
130 views
How to remove corners for round rect bezier path
I am programming first time using Core Graphics, so don't have much idea that how exactly can I solve the problem.
I am drawing rounded rect bezier path along with gradient and stroke as background ...
2
votes
0answers
175 views
Best Practice for Rounded Rectangles in OpenGL ES
Using OpenGL ES, there seem to be two viable options for rounded rectangles:
Manually draw the shape using trig. (This is what I'm currently doing.)
Use a a texture or group of textures that scale ...
3
votes
1answer
180 views
Removing rounded edges of a customized Seekbar?
I'm trying to customize a seekbar. I have this mostly working, but I am not able to remove the rounded edges of this seekbar. I know there are many questions regarding this, and that applying corners ...
0
votes
0answers
95 views
jQuery UI Buttons Background Color/Image Shows Through Rounded Corners (Sometimes)
I have been using jQuery UI for a while now and recently have started seeing some artifacts around the corner edges of buttons that have rounded corners.
Here is a picture and a zoom in of what I am ...
0
votes
3answers
140 views
Mapview in google-api-v2 with rounded corners in android
I am writing an app in android using MapFragment, so i want that the corners of the mapview rounded i create a shape in a xml file and set the shape as a background of the map but i didn't got the ...
2
votes
1answer
48 views
rounded corner issues with IE
I have a site Mumbai Local Train Time Table.
I am using asp.net Ajax dll 3.5. in which I use Rounded Corner extension. I see IE is not showing Rounded corners. It works fine with Chrome and Firefox.
...
0
votes
1answer
74 views
PIE rounded corners won't work
Hey guys I'm building a website and found out ie8 wouldnt work with rounded corners. After a bit of research I found out that PIE would tackle this problem, and yes it did, but it also screws the ...
0
votes
1answer
90 views
How do I use CSS to create rounded corners in IE 8? [duplicate]
How do I use CSS to create rounded corners in IE 8? Since the CSS rule corner-radius doesn't work is there a solution to create rounded corners in using CSS in IE8 (or IE6, and IE7).
7
votes
2answers
98 views
Gradient is not rounded in IE9
I've created a rounded corner button and in IE9 the gradient background is not rounded:
Here is the CSS:
.search button {
padding: 10px;
font-family: "OpenSansSemibold", "Helvetica", ...
0
votes
1answer
1k views
How do I get rounded corners in twitter bootstrap to have rounded corners in ie8?
I have an application in CodeIgniter and I'm using twitter bootstrap but I can't get rounded corners in ie8.
I've tried CSS3 pie with no success. I tried placing the .htc file in various places ...
0
votes
2answers
77 views
Jtable with Different Structure
I have jTable with default(Rectangular or square) structure.I want to make corner of the jTable rounder.
Is there any method or way available for that?
I have already checked the JTable API but i ...
0
votes
3answers
130 views
Position relative center screen and round corners
I have this css :
#content_search
{
position:relative;
top:50px;
width:650px;
border:5px solid #111;
-moz-border-radius: 5px 5px;
border-radius: 5px 5px / 5px 5px;
}
In all navigators as firefox ...
0
votes
1answer
163 views
jquery.corner.js plugin, I can't get it to work on images
I have the code corect for jquery to make rounded corners.. I have tested it with just a background color, and it works fine.
However, I want to apply the corners to images. It just won't work for ...
2
votes
2answers
313 views
image with shadow and rounded edges in java swing
I'm trying to add an image to this RoundedPane with rounded corners and shadow. But I fail to get it.
I made the panel extends from this class
public class JPanelConFondo extends JPanel {
...
-3
votes
3answers
932 views
CSS3 rounded corner textbox with style
Im a newbie of css3, although there are a lot of css tool generators outhere, i dont't know how to code this image i provide. Kindly help please??..This will benefit my assignment on one of my major ...
1
vote
3answers
440 views
HTML5 Canvas with rounded corner
I'd like to have an HTML5 canvas with rounded corner. I'm using the CSS property border-radius: 15px to round my corners.
But, when I draw something in the corner of my canvas, I can draw in the ...
0
votes
1answer
60 views
CSS One border disappears in Safari
I recreated my case here http://jsfiddle.net/eE9cs/
Html:
<form id="form_login" name="form_login" method="post">
<div class="formcontent rounded_corners">
Content...
...
0
votes
1answer
216 views
pie.htc not fixing css3 issues
I have the PIE.HTC in the root directory and trying to make rounded corners work in Internet Explorer
This is my CSS
#credits-earned
{
border-style:solid;
border-width:2px;
...
0
votes
1answer
48 views
How do I create a WPF rounded container that clips children?
The following piece of code is supposed to draw a menu bar inside a rounded container. You'll notice that the bottom is rounded, but the corners of the menu aren't. I followed the directions of ...
0
votes
3answers
310 views
How to set rounded corners for an image control?
Background
I'm a noob on Windows Phone 8. I've learnt WPF and Silverlight in the past, but it was long ago.
On Windows phone 8, I have a clickable Image control which I wish to have its content (the ...
2
votes
2answers
303 views
Primefaces dataTable - rounded corners - how to?
Testing my code on FireFox 18.
I'm trying to get rounded corners on a primefaces' p:dataTable table......
For this I'm using the jQuery plugin Corner.
I added to the end of my xhtml the following ...
0
votes
2answers
189 views
Rounded SIDE, not rounded corners
I'd like to create a shape like the one displayed below entirely in CSS. As you can tell, it would take a bit more tweaking than simply applying rounded corners...
Can it be done? Thanks!
1
vote
2answers
112 views
inverse arc for web page corners
I know how to make an arc in a web corner. For the right section with this arc " ) " we can use this code:
border-bottom-right-radius: 15px;
and for the left section with this arc " ( " we can use ...
1
vote
1answer
209 views
How to create rounded shape of chile row on expandable list view in android
I have created expandable list view.I want to create rounded child row.I have created the last child row as rounded shape.But when we expand and collapse of expandable list view then rounded child row ...
1
vote
4answers
270 views
rounded corner on views of iPhone
I'd like to create a view like the following.
(You may have seen similar image format in pinterest and other image sharing apps)
There will be lots of them(they will be tableview or collectionView ...
0
votes
1answer
133 views
Rounded corner div for active list item
I have the below html structure to which I apply rounded corners using images.
The divs with classes tabsLeft and tabsRight implement the round corners.
Once an li is selected, I am adding the class ...












