Welcome to WebHeadStart.org

Web Technologies

Sponsored By

WebHeadStart.org is currently in beta.
Please pardon our appearance as we work to provide you with the most comprehensive reference on today's web technologies.

Interested in advertising on WebHeadStart? Become an advertising partner today!

[WWW-HTML Mailing List Archive Home] [Messages By Thread] [Messages By Date]

Re: Table height %&In-Reply-To=<000901c1e84b$7fefd5a0$ab687ad5@gondor>&References=<000901c1e84b$7fefd5a0$ab687ad5@gondor>

From: Kevin Meixner <meixnerkevin@yahoo.ca>
Date: Fri, 18 Jul 2003 01:12:41 -0400 (EDT)
Message-ID: <20030718051241.25180.qmail@web20809.mail.yahoo.com>
To: www-html@w3.org

This solution worked for me in M$IE 6.0 and Netscape
7.1, it consisted of a style in an external style
sheet and a inline style in the table.

In included style sheet:

body 
{
	position: absolute;
	top: 0; left: 0;
	margin: 0; padding: 0;
	width: 100%; height: 100%;
}

In table: 

<table style="height: 100%">

I tried many other ways, but this is the only one I've
come across that worked consistantly across both MSIE
6.0 and Netscape 7.1

I hope this helps.

Sincerely,

Kevin Meixner




______________________________________________________________________ 
Post your free ad now! http://personals.yahoo.ca 
Received on Friday, 18 July 2003 01:13:39 GMT
Valid XHTML 1.0! Valid CSS! Site Map | Privacy Policy | Terms of Use | WebHeadStart.org © 2005 All Rights Reserved.