site of problem: http://torr0101.home.comcast.net/ts.htm
Resize the browser so that you cannot see the last input box, then scroll to
the right. See what I mean? Do I need to stick with tables for layout?
Say what you want about tables, but they work.
Please help, thanks.
Tom
perhaps you could simplify your cade there :
--
FAQ Mozilla/Netscape 7 en français : http://pascal.chevrel.free.fr/
Foros Mozilla en español : http://pascal.chevrel.free.fr/mozilla
No idea, sorry.
Pascal
You might try setting the width of #Header and #Footer
explicitly to 100%. If I recall correctly, DIV is a block-
level element and default to the minimum size required to
fit all inner elements. Percentage sizes should be
relative to the containing block (your outer DIV in this
case).
Interingly, a <div style="width:100%"> that is contained only in the <body>
tag will only be as wide as the window since the body is always the width of
the window. However if you contain the div in the table cell, it will always
be as wide as the table since the table can be wider than the body of the
document.
Hope that helps.
--
Thanks,
David W. Lovell
This posting is provided "AS IS" with no warranties, and confers no rights.
If a script was included within this post, use of included
script samples are subject to the terms, specified at
http://www.microsoft.com/info/cpyright.htm"
Please do not send e-mail directly to this alias. This alias is for
newsgroup purposes only.
"ma bel" <monk...@netzero.net> wrote in message
news:pLOdnXNp_OA...@comcast.com...
T
"David Lovell [MSFT]" <dlo...@online.microsoft.com> wrote in message
news:%23kmyt45...@TK2MSFTNGP11.phx.gbl...