Hi! I received a great tip from here a little while ago on how to make a
colum expand to 100% height. I'm now applying this to another design, but
I'd like about 10px padding on the bottom, no matter how high the column is
expanded.

Please see
http://www.blackfootchallenge.org/am/publish/newsite/index.php.threecol and
look at the "Support" center column. This is the css where I added the rules
to expand the column to the bottom:

.col1 {
 width: 34%;  
 left: 108%;
 margin: 0 0 -2000px 0;
 padding: .5em 0 2000px 0;
 background-position: center top;
 background-repeat: repeat-x;
 border: 1px solid #963;
 background-image: url(../images/backgrounds/support_bg.jpg);  
}

How do I add in the 10px bottom padding?

Thanks :)

Becca


______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to