In android, ImageView is a rectangle by default. Is it possible to make it a rounded rectangle (clipped off all 4 corners of my Bitmap to be rounded rectangles) in the ImageView? If yes, can you please tell me now can I do that?
...
Is there any fieldset with legend that has curvy corners? I was looking on the internet for one, but too unlucky to find any.
...
I've downloaded the following template:
http://www.styleshout.com/templates/preview/Refresh11/index.html
But unfortunately, it has rounded corners and shades. I want it to have square corners and the shades should be removed, too. It should look like this:
But I'm not good enough at (X)HTML and CSS so I didn't manage to achieve this...
Hi all
In my application,showFlexChrome is set as true in WindowedApplication,and the *-app.xml is setted as follows
<systemChrome>none</systemChrome>
<transparent>true</transparent>
<visible>true</visible>
I know how to make the top border rounded corners with follow codes:
borderStyle="solid" cornerRadius="8"
But I cannot fin...
Has anybody experienced any problems with creating rounded corners on Divs? I am using the jQuery plugin from http://jquery.malsup.com/corner/
The problem is that the top corners are not rounding in Internet Explorer. Works fine with Firefox! Anybody got any advice?
Here's my code:
<script type="text/javascript">
$(document)...
I'm trying to write an app that uses rounded corners for framing the app. I've found a package on google code that has a RoundedLinePanel and it seems to work... kind of.
I'm wondering a few things. Is this what people are using for creating divs with round corners in GWT? The release notes say it hasn't changed in almost a year.
Al...
Curved corners in the IE's... I'm using a CSS 3 border-radus class called .curved on all my things I want with cool curved corners. The new CSS works in all the normal browsers, however IE is being a right dips**t.
Whats the best practice for adding rounded corners nowadays. Shell I target anything with .curved in JS and do it all in jq...
Hello,
I am not sure if it's possible at all in HTML, but I would still ask it here:
Is there any HTML code that would stand for an ellipse or a rounded rectangle?
...
I am using CSS rounded corners for firefox and I have the following problem with content boundaries:
Code
<html>
<head>
<style>
#outter {
width: 200px;
margin: auto;
text-align: center;
border: 1px solid #333;
-moz-border-radius: 15px;
}
#inner {
...
Hi Guys
This might be a little bit picky, but in the iPad SplitViewController setup, there are 2 views. Each of the views has a very small black corner rounding. (This is probably the same with iPhone apps too).
This rounding is visible in the image below. What I would like to do is remove the black rounding, so the UI doesnt get these ...
I want to make windows with rounded greyscale corners like iPhoto and Interface Builder do on OS X. How do I do this?
...
I cannot make the image a background image to a div and round the div's corners because the image is resized, and as far as I know, you cannot resize a background image.
What are my options, if any? Open to all suggestions including wrapper divs and corner images.
Also, if it cannot be done in IE but there's a solution for Firefox, tha...
When converting PSD's into HTML or even HTML5 and CSS, how much more difficult is it to round the corners and make those corners consistent across all browsers, especially Internet Explorer?
Assuming the corners were rounded with code, not images.
...
Hi all!
I have a task - add round corners to HtmlPanelGrid. Now I am trying to do it with css (using 4 images for each corner - that css create our designer). I load css and try to do this in my code:
this.grid = new HtmlPanelGrid();
this.grid.setStyleClass("toplist,toplist-top");
But no changes I could see in my page.
I tried to loa...
Does anyone know a jQuery plugin for creating rounded corners for div elements that supports also IE6 ? I'm interested in a cross browsers solution, and the plugins that I saw so far didn't work well with IE6. Thank you very much !
...
If you take a look at http://www.texample.net/tikz/examples/boxes-with-text-and-math/ the boxes there are with rounded corners. In the examples, both the box itself and the title is a box. I want the title box to not have the bottom corners rounded.
On page 120 in the manual, there is a description of how to draw with and without rounde...
When I use CSS rounded corners, they look like this, and it's great:
But if I specify a background color for an element inside them (in this case a simple <p> tag), the background color overlays the rounded corners, like so:
How can I keep my pretty rounded corners without the background color drawing over them? I tried specifying ...
how to make round corner of div in css and I have menu list items
<div class="menu">
<ul>
<li class="active"><a href="index.html">HOME</a></li>
<li class="active"><a href="#">COMPANY</a></li>
<li class="active"><a href="#">SOLUTIONS</a></li>...
how to round corners of li items
...
When i click on a li it changes the class to current, which it all works perfectly, but the corners get removed.
Any ideas?
$(document).ready(function() {
//---- Promo Tabs ----- //
var
$tabs = $('.promo-tabs a'),
$panes = $('.promo-panes > div');
$tabs.click(function(){
$(this).addClass('current')
$...
hi,
i im using the text input component in flash as2,but i need text input with round corners, is there a script that can do it? or somthing?
thanks
...