Hi friends,
I need to build a div with curved corner border, with out using any images in the corner. Is it possible?
I dont want to insert curved images in the corner, Please help me regarding this.
|
2
|
|
|
|
|
|
If you want to rely on webkit and mozilla browsers, you can use the following css commands:
Details can be viewed here. info on the CSS2 spec border-radius can be found here These unfortunately do not work for ie. you could go a javascript route for IE only by using niftycube which has the added benefit of supporting column height leveling without problems. |
||
|
|
|
|
Try this library out, it did wonders for me! It is a tested cross browser solution. |
||
|
|
|
|
You can use CSS in Safari and Firefox for this.
This is known as 'progressive enhancement'. IMO, this is better than images and or CSS tricks with margins and borders. Unless you absolutely must have images. |
||
|
|
|
|
Here's one I wrote that you're welcome to use if you like it. It renders a rounded-corner box of any dimensions with a background color but not a border around the entire box. It is for white page backgrounds, but that can be changed by editing the border color in the c1,c2 & c3 styles.
|
||
|
|
|
|
I'd use a jQuery plugin to handle rounded corners. Here's the list of available rounded corner plugins on the jQuery site: http://plugins.jquery.com/taxonomy/term/189 |
||
|
|