makasayo
Member
Posted 4 years ago #
Hi,
I want to put a background color with a height at 100 % percent on my sidebar.
if i have a short content, it works,
but if i had a long content, my background stop.
I want to keep the colorall the time with my sidebar
can you help me?
this is my blog
makasayo
Member
Posted 4 years ago #
I read a article about "faux colums", does it work with WP?
mcfadden
Member
Posted 4 years ago #
yeah, that's possible. essentially, what you want to do, is put a wrapper div around the three columns and put a background image on that wrapper div. This image only has to be 1px high. Just repeat it along the x-axis.
Sometimes I have to put a clearing div above the footer so it all works properly.
<div style="clear: both;"></div>