Hi Peter

I've tried out most of your suggestions and they work great. I haven't 
tried the one for fixing the varying column lengths yet, but will do 
that soon.

Thank you very much for you help.
Pat


________________________________________________________________
Peter wrote:

Try adding, let's say, <div class="innerwrapper"> after the <div
class="underbar">, and close it before <p class="updated"> in the html.
Add .innerwrapper    { position: relative;} to the core.css, and change
.leftcolh to {...position: absolute; top:0...} in the home.css, and see
what that does. That way the <div class="leftcolh"> is positioned
relative to what is essentially the bottom of the <div class="underbar">...

The positioning is probably causing the the column length problems as
well. You could nest another division inside the innerwrapper, but
closed before the <div class="leftcolh">. Make the innerwrapper
background color the same as the column color and make the background
coloe of the nested div white, or whatever. That way the gap between the
column and the footer is the same color as the column. I think...


______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to