Hey guys, I'm using a child theme of thematic and am trying to add a background image to page-top. My domain is thinkingpoetry.com.
I've tried all sorts of ways to get a background image on that widget, including using table background and div background, but somehow they all don't work.
For example here's one of the CSS commands I tried to put a background on the widget div. It didn't work.
div#page-top.aside {
background: url(images/pagetop.png) no-repeat scroll center bottom;
}
Yeah... any help would be apreciated