left bar/footer problem

liunx

Guest
I've been trying to solve this for sometime now and I can't seem to get it.

On the left hand side of this page (<!-- m --><a class="postlink" href="http://test.eyecravedvd.com/new/test.htm">http://test.eyecravedvd.com/new/test.htm</a><!-- m -->) I'm attempting to join the left bar to the footer regarless of the length of the left bar. Right now in the css file (<!-- m --><a class="postlink" href="http://test.eyecravedvd.com/new/style.css">http://test.eyecravedvd.com/new/style.css</a><!-- m -->) it's set to 900px, but it will be set to auto in the final product. (the left bar code is grabbed from other templates and the database) same for the right side, but there will be many occassions where the center block will be extended beyond either.

The colors are just temporary to help me work the layout out.

Thanks in advance...

ShaneThere is no way to get it to stretch to an unspecified length, but you can give it the illusion that it is stretching, by using Faux Columns (<!-- m --><a class="postlink" href="http://www.alistapart.com/articles/fauxcolumns/">http://www.alistapart.com/articles/fauxcolumns/</a><!-- m -->).I don't think faux columns will work for this prob as I already have an image specified for the left side.

Unless you can use two images, but I haven't seen that anywhere.Since it's a fixed layout, why not just use one image? Combine the two background images into one image.I'll have to try and see what happens... thanks
 
Back
Top