- From: Kevin Meixner <meixnerkevin@yahoo.ca>
- Date: Fri, 18 Jul 2003 01:12:41 -0400 (EDT)
- 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 UTC