Use curvyCorners to make rounded corners
We use a JavaScript library called “curvyCorners” for our own sites. This one can show beautiful rounded corners but can be a bit heavy to load each time. I’m planning to replace it with a lighter and faster one but let me describe how to use “curvyCorners”. 1. Download it form here and load it at a header area of HTML files like this: <script type="text/javascript" src="curvycorners.js"></script> 2. Next, create blocks with these class attributes: Round top corners <div class="myboxtop"> Round top corners. <br /> Round top corners. <br /> Round top corners. <br /> </div> Round bottom corners <div class="myboxbottom"> Round bottom corners. <br /> Round bottom corners. <br...

