/ Published in: CSS
Cross browser css round corners with no images, using google's code .htc http://code.google.com/p/curved-corner/
Expand |
Embed | Plain Text
.round{ -moz-border-radius: 6px; -khtml-border-radius: 6px; -webkit-border-radius: 6px; border-radius: 6px; behavior: url(border-radius.htc) }
Comments
Subscribe to comments
You need to login to post a comment.

Doesn't work in IE if you have background set through css. Makes containing div black.
It work's the .htc file should make you current background transparent and then it will asign to the created element, try with z-index and zoom css properties