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.
csshtml
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.
Best Solution
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.