Hi there
I'm using Thematic and I've been trying to style the 'recent entries' widget to make it look similar to the post-it widgets from Intaglio theme. To accomplish that, Intaglio theme uses three background images to create the post-it, individually styling the widget's header, content area, and footer.
I've managed to add the background image to the widget's header using the code below, but I'm stuck and can't manage to add the background image to the widget's content and footer area. Any idea if I can accomplish that just by using CSS?
#secondary .widget_recent_entries .widgettitle {
background: url("images/widget_head.gif") no-repeat scroll left center transparent;
height: 37px;
padding: 20px 0 0 10px;
}
I've tried several codes to add background to the widget's content area, but nothing seems to work.
#secondary .widget_recent_entries .widgetcontainer{
background: red;
padding:0 0 0 7px;
width:287px;
margin-bottom: 15px;
}
I would appreciate a hint.
My blog is: http://crumbs-of-life.net/
Simona