rounded-corners

jquery round corners

This probably sounds really stupid but I have noo idea how to implement jquery's rounded corners (http://www.methvin.com/jquery/jq-corner-demo.html). My javascript-fu is complete fail and I can't seem to get it to work on my page. Can anyone show me a simple example of the HTML and JavaScript you would use to get them to show? Apologies ...

CSS Table Styling

I need to style a table to have rounded corners, and look like the screenshot: I'm just looking at how best to go about it: Normally when I style a div to have rounded corners, I use 2 divs with empty comments at the top and bottom, and apply sizing & background image CSS to them. The table, however, has internal borders, so I'd ha...

Applying image rounded corners to <li>

Hey, I was using jQuery plugins to create a rounded corner for my < li > but it was not working on alot of browsers and didnt support mouse over, it acted very strange. I am wondering what is the best way to use two images (left corner and right corner) as the left and right side with using < li > Any thoughts? I looked on goog...

How far away is CSS3?

Seems like its going to take forever? Could the Rounded Corners part be implemented sooner? ...

Rounded CSS tabs

Hello, I have created some rounded navigation tabs using CSS and am having trouble when implementing: hover Firstly here is a link to the site Tabs as it is quite difficult to explain. Please, hover over the left side of the tabs to understand my problem. I have explained below. I have a background image set on #navigation li items ...

css : round cornered div on hover

I am trying to accomplish something that seemed quite simple... I have 3 divs that contain a radiobutton and some content: Content of DIV1, [] this can be as long or as tall as wanted [] Content of DIV2 [] Content of DIV3 It's easy to create rounded corners for each div using any techniques found on other posts her...

Draw rounded corners on photo with PIL

My site is full of rounded corners on every box and picture, except for the thumbnails of user uploaded photos. How can I use the Python Imaging Library to 'draw' white or transparent rounded corners onto each thumbnail? ...

WPF Rounded Corners background bleeding through

I'm making my first foray into WPF - I have a simple form with a popup defined for inline help. I'm using rounded corners, and for some reason a black background is bleeding through around the corners. I don't understand which element is causing the problem. I assume it's something blindingly obvious which I'm just not seeing. Here...

How do I create a round cornered UILabel on the iPhone?

Is there a built in way to create round-cornered UILabels? If the answer is no, how would one go about creating such an object? ...

Best jQuery rounded corners script?

Hi, I've been looking at various scripts for adding automatic rounded corners to a div using jQuery but there are loads of plugins available, none of which seem perfect. So, does anybody know of a script that is quick to render, supports IE6, anti-aliases and supports opacity? Any help would really be appreciated, Jon. ...

Is the probability of IE8 implementing "border-radius" really zero ?

Seriously how hard is it to implement? I really dont want to continue with 50% of my users not having rounded corners? ...

WPF Rounded corners - is a consistent gradient around the corner possible?

Howdy, I've made a gradient that I quite like in expression blend, and I'm trying to work out if I can make the gradient curve around a corner, to give me a rounded border effect with the gradient. The problem is that I can't use a normal border, because the gradient wont be consistent. I came up with the following which should help d...

Asp.Net Menu control with Tab Style (Rounded Corners)

Can any body give me a better idea to come up with a Asp.net 2.0 Menu control with rounded corners? ...

How to draw rounded rectangle with variable width border inside of specific bounds.

I have a method that draws a rounded rectangle with a border. The border can be any width, so the problem I'm having is the border is extending past the given bounds when it's thick because it's drawn from the center of a path. How would I include the width of the border so that it fits perfectly in the given bounds? Here's the code I'...

CSS3's border-radius property and border-collapse:collapse don't mix. How can I use border-radius to create a collapsed table with rounded corners?

Edit - Original Title: Is there an alternative way to achieve border-collapse:collapse in CSS (in order to have a collapsed, rounded corner table)? Since it turns out that simply getting the table's borders to collapse does not solve the root problem, I have updated the title to better reflect the discussion. I am trying to make a tabl...

How can I make a rounded-corners form in WPF?

I am trying to make the corners of a Window (WPF) rounded and it doesn't work, I tried to make the window itself transparent and add an internal border with rounded corners and it doesn't work. any ideas? ...

Jquery Rounded Corner & Div - Remove Gap?

Can anyone tell me how to remove the gap that is generated in the middle of the div, from the following code: (paste and name test.html) <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"&gt; <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head>...

Using firefox only CSS to round corners of elements?

I just noticed that Stack Overflow employs Firefox only CSS to round the corners of the user badges on the front page. It's an interesting idea but what would be the pitfalls and advantages of using Firefox only CSS (aside from the blatantly obvious ones)? -moz-border-radius:6px; -webkit-border-radius:6px; Above: The CSS used to round...

How can I make my entire flex widget have rounded corners?

I am creating a Flex widget and would like to make the corners rounded. In other words, I don't want some component inside the widget rounded, I want the actual widget to be rounded. I have seen this done in many places so it cannot be too hard, but all of the solutions I find on the internet do not work. People say to set the corn...

simple rounded borders with JQUERY or something else

Duplicate: What is the best way to create rounded corners How to make a cross browser, W3C valid, semantic, non-javascript ROUND corner? jQuery rounded corners Do you know a way to make rounded borders to div elements. I used ruzee but i got problem to use CalenderExtender(asp.net ajax) and GMDatePicker components. ...