My first post on my shiny new blog is being written whilst I’m actually coding the template.
The CSS3 spec gives us access to rounded corners without the need for images and loads of xhtml. Just add the following to the appropriate <div>. I’ve absolutely no idea whether this works in IE7+ but I suspect it doesn’t and as it’s for my personal blog, I don’t care. Internet Explorer users deserve to look at shitty looking pages tbh :p
-moz-border-radius: 5px;
-webkit-border-radius: 5px;