R: Re: column's height with background color

"Claudio Conte" <[email protected]>
Newsgroups gmane.comp.web.zope.plone.design
Message-ID <000d01c40040$85001aa0$1001a8c0@user2>

Hello GUYS 

(i have had a lot of people saying me they don't like the terms "Guru"..
I used it as a old memory of Amiga machine.. when this fantastic machine
crashed sometimes it said it was in "guru meditation".. just it..! ^_^..
)

anyway..   

many thanks, I was able to obrain what I needed (the left  column height
all filled with the same color, without dependency of the contents)... 

This is the exact code I wrote in ploneCustom.css to obtain this
(perhaps order is relevant.. i didn't use min-height, so there would not
be problem with any browser.. I suppose that the right column is the
same.. )

html, body {
    height: 100%;
}

#portal-columns{
   height: 100%; 
}

#visual-column-wrapper{
   height: 100%; 
}

#portal-column-one 
{
   height: 100%;
   background-color: yellow; 
   /*or something else you like more*/
}

best regards!!!
Claudio

On Mon, 01 Mar 2004 15:14:26 +0100, Michael Zeltner wrote:


> i think thats what you're looking for. useful would be a min-height 
> javascript, but nobody has done that yet.
> 
> regards, michael

There is a trick using just CSS for creating a 'min-height' effect:

http://www.alistapart.com/articles/footers/

p.s. I hate the term guru ;)





-------------------------------------------------------
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps & Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.