close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

rating

Can I get the left column to stretch with the main content column?

Thread began 1/22/2011 10:20 pm by Lon Winters | Last modified 1/25/2011 6:53 pm by Lon Winters | 1965 views | 2 replies |

Lon WintersBeta Tester

Can I get the left column to stretch with the main content column?

Starting with one of the presets, I built the a two column layout, left sidebar with a fixed footer.

The left column has a beige background color but does not expand all the way down the page. I can adjust this by adding content of course, or simply entering carriage returns. I can also set a fixed height in pixels in the style sheet. I also tired setting the height in the style sheet to 100 % but that has no effect.

How can I get this column to always stretch to the bottom of the page and even connect to the footer? There always is some white space above the footer. here's a link

financial.php

Sign in to reply to this post

neilo

You will need to use a faux-column technique, using a background image (I have attached one in case you need it). Place that (or your own image) in folder sitesculptor_assets/content/images/ and then reference it in the rule for contentWrapper. In your screen.css at about line 157.

Change:

#outerWrapper #contentWrapper {
overflow: hidden;
}

to:

#outerWrapper #contentWrapper {
background-image: url("../images/content_wrapper_bg.jpg");
background-repeat: repeat-y;
background-position: center top;
overflow: hidden;
}
Sign in to reply to this post

Lon WintersBeta Tester

So that's what the faux column technique is, I was thinking it was something different. I have used this before, but the issue I ran into was the repeating background image would still only repeat as far as there was content in either the column or main content area. When using a fixed footer, sometimes it's preferable to have it extend all the way to the footer.

What I did to address this is put the image in the outer wrapper itself, and make sure it didn't show on top of any of the header images either by inserting header images instead of backgrounds, or tweaking z indexes.

Either way, you have provided the solution - thank you very much, especially for providing the code and the image itself for me!

Once again, Web Assist support saves the day!

Sign in to reply to this post

Build websites with a little help from your friends

Your friends over here at WebAssist! These Dreamweaver extensions will assist you in building unlimited, custom websites.

Build websites from already-built web applications

These out-of-the-box solutions provide you proven, tested applications that can be up and running now.  Build a store, a gallery, or a web-based email solution.

Want your website pre-built and hosted?

Close Windowclose

Rate your experience or provide feedback on this page

Account or customer service questions?
Please user our contact form.

Need technical support?
Please visit support to ask a question

Content

rating

Layout

rating

Ease of use

rating

security code refresh image

We do not respond to comments submitted from this page directly, but we do read and analyze any feedback and will use it to help make your experience better in the future.

Close Windowclose

We were unable to retrieve the attached file

Close Windowclose

Attach and remove files

add attachmentAdd attachment
Close Windowclose

Enter the URL you would like to link to in your post

Close Windowclose

This is how you use right click RTF editing

Enable right click RTF editing option allows you to add html markup into your tutorial such as images, bulleted lists, files and more...

-- click to close --

Uploading file...