2013-11-01
Set the rounded border of the div
Let me show you a picture first
1. First download the Pie file and download the Pie.js file at http://css3pie.com/. It is best not to delete the files inside. I used it directly
2. Then go to hmtl Code bar
CSS style:
<style type="text/css" >div{border: 1px solid #cccccc;padding:250px 0;text-align: center; width: 200px;-webkit-border-radius: 8px;-moz-border-radius: 8px;border-radius: 8px;-webkit-box-shadow: #666 0px 0px 10px;-moz-box-shadow: #666 0px 0px 10px;box-shadow: #666 0px 0px 10px;background:white;behavior:url(pie/PIE.htc);}</style>