Hey, how can I make the height of my left column 100%? http://www.afesports.com/indexxxxx.php
Thanks!
Hey, how can I make the height of my left column 100%? http://www.afesports.com/indexxxxx.php
Thanks!
The easiest fix will be to adjust the lefcolumn div's height.
..Adding height:100%; on leftcolumnn div will sort this out, provided that the parent container's height has been set.
Learn how to code at 02geek
The more you learn, the more you'll realize there's much more to learn
Ray.ph!
that is incorrect
100% height only applies to the height of the content contained within the element.
if you want equal columns look into
http://www.alistapart.com/articles/fauxcolumns/
Learn how to code at 02geek
The more you learn, the more you'll realize there's much more to learn
Ray.ph!
OHh, umm I tried it, however it did not work. http://www.afesports.com/indexxxxx.php
It should, apparently, you did not set a container that should contain your leftcolumn div and the contents on the right.
This is not the best way, but you could set height:610px; on leftcolumn div...and everything will be fix![]()
Learn how to code at 02geek
The more you learn, the more you'll realize there's much more to learn
Ray.ph!
Is there anyway it could do it automatically to the height of the content?
Thanks!!
Like boogyman and I were telling, this could all be fix by adding height:100% provided you set the container that contains leftcolumn div.
Has'nt adding height:610px; fix the problem?!![]()
Learn how to code at 02geek
The more you learn, the more you'll realize there's much more to learn
Ray.ph!
I did add the "height:100%;", but it did not work. The "height: 610px;" did work. Thanks!!
It's because you are not putting the leftcolumn div into a container together with the divs on the right.
...and having a specific height is not bad at all![]()
Learn how to code at 02geek
The more you learn, the more you'll realize there's much more to learn
Ray.ph!
Bookmarks