
December 19th, 2003
06:58 PM
Page wont extend to the bottom!
On my site here http://www.doomeddesigns.com/v.1/index.php i cant get my page to extend fully to the bottom of the site! I have height set on 100% for the table and it only works when u press refresh but when you click a link to another page it is short again! Thanks guys!

December 19th, 2003
07:23 PM
It goes to the bottom every time for me. Try making an ID for the table in CSS.
<table id="my_table">
Add the id into the table tag.
in the <head></head> tags, add some CSS:
<style type="text/css">
#my_table{
height: 100%;
margin: 0px;
}
</style>
But like I said, I think it depends on the browser you view it in becuase I use IE6 and it shows up fine, extending all the way to the bottom. Later.
-brian
___________________
- b r i a n . g r i f f i n -
http://www.wbriangriffin.net
http://pitt.k12.nc.us
http://www.healthsciencesacademy.org

December 19th, 2003
08:04 PM
Thanks i guess its my browser! i think i might needa update!

December 20th, 2003
01:49 PM
I have the same problem on my site. (http://www.shatteredmetal.com/) But it does extend for Mozilla. Would CSS work for mine?
___________________


December 20th, 2003
03:20 PM
Neverside Newbie
Status: Offline!
Height = 100% doesn't exist if you just put it like that. The reason is that the body doesn't have a height (it does have a width though, depending on the user's resolution), therefore you have to specify a height for a container element before you using 100%.
However, if you just set the bottom margin (margin-bottom) to 0 then it should always extend to the bottom.
P.S. I can't see the problem either, it extends just fine on my browser (NetCaptor 7 based on IE 6).
___________________
Learn HTML

December 21st, 2003
12:10 AM
Development Forum Leader
Status: Offline!
This has to be the second most common question, once again, I lead you to the same site: http://www.quirksmode.org/css/100percheight.html
___________________
irc.efnet.net #neverside
Neverside merchandise!