[thelist] centering table in window

Ian Glass iancglass at yahoo.com
Sat Apr 20 16:07:01 CDT 2002


At 01:26 PM 4/20/2002 -0500, you wrote:
> > Could someone please tell me why this table will not center vertically in
> > the window in IE6 (PC)? It works fine on Mac IE & NN. I'm sure it's a silly
> > mistake!  Thanks in advance.
> > Go to http://pinkcandyproductions.com/fed_e/

I'm guessing it's your doctype:

   <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
      "http://www.w3.org/TR/1999/REC-html401-19991224/loose.dtd">

Just try taking the last part of it out.  I think, IE6 uses a
standard-compliment mode and a not so standard compliant mode all triggered
by the doctype.  You've triggered the standard-compliant mode with that
last bit, and IE doesn't seem to eager to center things vertically in
standard-compliment mode.  At least that's what I've figured. :-)

~~Ian


_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com




More information about the thelist mailing list