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

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 UTC