Banner

Sponsor

Login


Welcome Back!
Guest
Guest

Register

Lost your password?

56 users online



Page wont extend to the bottom!

Page wont extend to the bottom!

Currently viewing this thread: 1 (0 members and 1 guests)


Bones

Bones

Status: Offline!

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!

phpBrian05

phpBrian05

Status: Offline!

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

Bones

Bones

Status: Offline!

Thanks i guess its my browser! i think i might needa update!

Morbid_Martyr

Morbid_Martyr

Status: Offline!

I have the same problem on my site. (http://www.shatteredmetal.com/) But it does extend for Mozilla. Would CSS work for mine?

___________________

http://www.shatteredmetal.com/banners/shattered_banner.jpg

Ynhockey

Ynhockey

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

James

James

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!

Quick Jump:

Main Navigation


Site & Graphic Design by Aeon Tan
Developed by Jeremie Pelletier & Scott Roach


NeverAPI generated this page in 0.0086 seconds.