Hi:
I want to put round corners in my sidebar, I alredy managed to put the top and the center images, but the bottom image dont show up, here is the code i'm using:
.widget {
background: url(images/rounded-middle.gif) repeat-y top;
padding-bottom: 10px;
margin: 0 0 10px 0
}
.widgettitle {
background: url(images/rounded_top.gif) no-repeat top left;
padding: 10px 10px 0 10px;
}
.widgetbottom {
background: url(images/rounded_bottom.gif) no-repeat bottom left;
padding: 10px 10px 0 10px;
}
.widget ul {
margin: 0 10px;
list-style: none;
}
It is showing in this blog http://www.striatumweb.com/
Hope you can help, thanks in advance