/ Published in: CSS
Cross browser css round corners with no images, using google's code .htc
http://code.google.com/p/curved-corner/
http://code.google.com/p/curved-corner/
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
.round{ -moz-border-radius: 6px; -khtml-border-radius: 6px; -webkit-border-radius: 6px; border-radius: 6px; behavior: url(border-radius.htc) }