Different table problem
How do you properly "force open" a table? I've got two different situations but they both deal with the same main issue.
First, if you look at this page you'll see the footer is way up high rather than at the bottom. I know that filling it up with content will fix this but that becomes harder when trying to plan for larger screen resolutions. How do I make that middle row open up to 100% of what's left after the top and bottom have their fixed heights? When I tried height="100%" it opened up that section to 100% of the screen height PLUS the height of the header and footer so it forced an unnecessary side scroll bar. I tried table height="100%" and that worked great but only in IE and it wouldn't validate either. What's the proper way to make my footer go to the bottom?
Second is my front/spalsh page here. I have a middle row that is a fixed height of 313px. What I want to do is make the top and bottom "letterbox effect" rows to be equally split of the remaining screen height. In other words, make the middle section always be 'valigned middle'. You'll see what I mean if you look at it in 1024x768. Same as before, that if I try using something like 40%/313px/40% it makes unnecessary side scollbar. Any solutions to this related situation?
Suzanne posted this at 15:46 — 1st July 2003.
She has: 5,507 posts
Joined: Feb 2000
The best solution is to stop thinking of the browser window as a physical page and let the footer be at the bottom of the content.
fifeclub posted this at 16:09 — 1st July 2003.
He has: 688 posts
Joined: Feb 2001
In your opinion, do the two pages I just linked to look dumb/bad/wrong or do you not even notice the "problems" I mentioned (without my telling you)? Especially that first link?
Suzanne posted this at 17:35 — 1st July 2003.
She has: 5,507 posts
Joined: Feb 2000
The first link looks like an empty page. The second link looks fine. In either case, I know immediately whether it's worth my time. The second link, I look for a way in, the first link, I look for a way out.
If you turn the best advice upside down, you have bad advice that will work -- if it takes content to force the page down, use fake content.
fifeclub posted this at 18:50 — 1st July 2003.
He has: 688 posts
Joined: Feb 2001
Sorry about the missing links. I haven't added the 'home' page's navigation buttons yet and that other page will have content added soon too, but probably not enough to fill up a page in anything larger than 800x600 (and hence my dilema).
:eek:
Suzanne posted this at 20:55 — 1st July 2003.
She has: 5,507 posts
Joined: Feb 2000
Perhaps you can change the site design so that it's not important? Personally, I'm relieved when I don't have to scroll for nothing (faux content) and when I know the page is over.
Want to join the discussion? Create an account or log in if you already have one. Joining is fast, free and painless! We’ll even whisk you back here when you’ve finished.