Block background styles

jus a quick ques

How are C5 users out there doing rounded block color backgrounds simliar to the blue /red /grey of this demo theme
http://demotemplates.joomlashack.com/community/...
i looked around - can't seem to get this lookin so nie .

thanks anyone
View Replies:
elyon replied on at Reply
elyon
dancinpony replied on at Reply
cool

i will check it out
thanks
dancinpony replied on at Reply
ok
Is there any tutorial showing the correct details to put in the php header and how to correctly place the line in the div container / CSS. to get this jquery corner to work ?

I m failry new to CSS and i'm doing something wrong.

i know helping new ppl is a pain in the butt......im searching around
tanx
dancinpony replied on at Reply
ok i got this sorted out using jquery

<script src="<?php echo $this->getThemePath(); ?>/jquery-corners-0.3/jquery.corners.js" type="text/javascript"></script>
<script>$(document).ready( function(){
$('.sidebar').corners("40px");
});</script>

everything in .sidebar would be nice and rounded

the jquery has to be in a separate folder..