Click to See Complete Forum and Search --> : How does microsft do it
k0r54
11-02-2004, 06:26 AM
Hi,
Just wondering i am trying to get 100% height and the only site i know off the does this is the microsoft updates page
http://v5.windowsupdate.microsoft.com/v5consumer/default.aspx?ln=en-us
How do they manage to always have the footer at the bottom of the page and the header at the top?
Many thanks
Adam
Stephen Philbin
11-02-2004, 06:55 AM
position:absolute;
bottom:0;
k0r54
11-02-2004, 06:57 AM
how does that work????
i need to set the table to 100% dont I, but when i do it dont happen ??
NogDog
11-02-2004, 08:25 AM
Looks like they're using frames, not tables, for their layout.
k0r54
11-02-2004, 10:26 AM
do you rate frames, r they worth using
NogDog
11-02-2004, 10:52 AM
Originally posted by k0r54
do you rate frames, r they worth using
Not if you want to ensure maximum usability and availability of your web site for all devices and users. The MS download site can fairly safely assume that you are accessing it from a PC and not a mobile web-enabled device; and besides, they're MS, so if you're not accessing them via IE, then they don't care. ;)
Reli4nt
11-02-2004, 05:12 PM
Originally posted by NogDog
...and besides, they're MS, so if you're not accessing them via IE, then they don't care. ;)
It's not even funny how true that is.
David Harrison
11-03-2004, 08:21 AM
Originally posted by Reli4nt
It's not even funny how true that is.PMSL! :D
I'm sad now because it's true.