Hi guys, im trying to fix the #container height of my thematic wordpress theme, to match the height of the sidebar. Actually there is no background color of the sidebar , its actually transparent from the background of #main. For example, try to search an invalid work ,you will see the search result in white background and it doesnt push through the bottom , to the footer. Here's the url of what im talking about > http://blog.blue2x.com/category/ubuntu/
#main { background:url("http://i36.tinypic.com/16hohue.jpg") repeat-y; background-color:#E8E8E8; } style.css (line 140) Code (markup): use background image
yes, bhuthecoder mentioned using background image is the easy trick. However if you would like to know other tricks here is one resource on faux columns: http://www.alistapart.com/articles/fauxcolumns/ thanks
holy batman ! it worked , i read the alist apart article before but I didnt implement. Man this forum rocks!!!!!!!!!!!!!!!!!! Thanks bhuthecoder!