Hi to everyone, I coded a simple template, but I have a little problem the left and right bars, they just won't extend when using the repeat-y function. As you can see I put a fixed height, but I want the content to be expandable. Where lies the problem? Index: http://wallhq.com/work/books4smarts.com/ CSS: http://wallhq.com/work/books4smarts.com/style.css
Did you solve this already, I can't see the problem when I visit the link? repeat-y is for repeating a background image. If you want content to be expandable then either do not define a height or change it to a min-height:XXXpx so it has a minimum height and expands also.