curvyCorners
General
JavaScript-generated rounded corners for any DIV element. Corners are anti-aliased, and support borders of any width and color. Displays nicely with square corners, if JavaScript is turned-off. No images or CSS required.
You can place text here.
Notes
- Created by: Cameron Cooke
- Web Site: http://www.roundedcorners.net
- Posted: March 13, 2006
Source Code
Paste this source code into the designated areas.
External file
Paste this code into an external JavaScript file named: curvyCorners.js
Head
Paste this code into the HEAD section of your HTML document.
Body
Paste this code into the BODY section of your HTML document


Leave a Response
(2 comments)Good script but I (personally) don't like how when the html page is rendered it shows the rectangle borders for a few microseconds, then curves them.[br /][br /]Do this to stop the square corners from showing:[br /][br /]Replace </BODY> with:[br /][br /]<script language="Javascript">[br /]cornerInt();[br /]</script>[br /]</BODY>[br /][br /]and comment out [using //] the line of code in the js file:[br /]xAttachEventOnLoad("load", cornerInt);[br /][br /]I found this then loads the page and curves the corners without showing the square corners for a few microseconds - much improved and much more professional looking.
Hi This code was really helpful. Thank you very much.[br /][br /]Chhers