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.
In CSS 3 there will be a standard for that. Today you can do it (only for Mozilla and Webkit based browsers) with:
Otherwise you can use multiple divs with backgound-images, but JQuery will provide a more simple way (that I don’t know about :()
The multiple div way could look something like this:
html:
css: