I want to add rounded page corners to my site. I tried this, which I found in the stylesheet.css file on another site, with no luck.
#body {
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
}
Ideas.
I double checked. It rounds the corners at the bottom, but not the top.
I figured it out. I just needed to add:
#header {
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
}
Take a look around, and if you would like to add a comment or start a discussion, register by clicking on the button below.
RegisterCopyright © 2012 bavotasan.com. All Rights Reserved. Powered by Vanilla.