[css-d] Height %100 Problem

2008-02-20 Thread Gercek Karakus
Hi,

I am working on a website and have a problem with width property. I want my
left column background to extend to the footer. I tried several methods...
However, I could not achieve my goal. Does anyone have an opinion?

This is the address of the website I am working on:
http://anxiety.binghamton.edu/new/

PS: I searched forums and found that assigning 100% height for body would
solve the problem but it did not...
http://www.webmasterworld.com/forum83/200.htm

Thanks,

-- 
Gercek Karakus
__
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/


Re: [css-d] Height %100 Problem

2008-02-20 Thread Gunlaug Sørtun
Gercek Karakus wrote:

 I am working on a website and have a problem with width property. I 
 want my left column background to extend to the footer. I tried 
 several methods... However, I could not achieve my goal. Does anyone
  have an opinion?

What's the best method depends on the case at hand, but here are a few
options:

http://www.positioniseverything.net/articles/onetruelayout/equalheight
http://www.satzansatz.de/cssd/companions.html
http://www.projectseven.com/tutorials/css/pvii_columns/index.htm
http://www.communitymx.com/content/article.cfm?cid=afc58

 http://anxiety.binghamton.edu/new/

Here's an example with the first option - onetruelayout - applied to
your page...
http://www.gunlaug.no/tos/alien/gk/test_08_0220.html

I deleted all references to 'height: 100%' - it's a flawed approach
anyway, and added the necessary styles - commented with 'added' in the
stylesheet...

http://www.gunlaug.no/tos/alien/gk/test_08_0220_files/main.css

Note: I added a fix for the dropping right column in IE6 while I were at it.

regards
Georg
-- 
http://www.gunlaug.no
__
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/