Basically this puts the rounded corners in the corners. The bluebeach theme appears to have main div have a border of one pixel while pushing the corner images out one pixel by using margins of -1.
To better disect the themes, I'd recommend getting the Firefox web developer plugin to check-out the layout. Hope this info helps.
Comments
This is a fun one. For my si
This is a fun one. For my site ahpnational.org, here's the code that makes up the block (in php):
The key features are the div class rtop and rbot with the div inside them. Then, if you check the css file (the layout file), you'll see this:
Basically this puts the rounded corners in the corners. The bluebeach theme appears to have main div have a border of one pixel while pushing the corner images out one pixel by using margins of -1.
To better disect the themes, I'd recommend getting the Firefox web developer plugin to check-out the layout. Hope this info helps.