Rounded Pages Corners
  • 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;
    }

This discussion has been closed.
← All Discussions

Hey there!

Take a look around, and if you would like to add a comment or start a discussion, register by clicking on the button below.

Register

Categories

In this Discussion

Tagged