|
i'm trying to make a site using a table as the container basically, i need it to be exactly 100% of the screen width and heigth.
If i do <table width="100%" height="100%">
the width works but not the height. what can i do about the height?
----------------------------
also i know that topmargin="0", leftmargin="0", rightmargin="0", and bottommargin="0" those work on IE, and a few other browsers but not all.
if i did this:
<table style="width:100%; height:100%; position:absolute; top:0px; left:0px; right:0px; bottom:0px;">
do you think that would work on all browsers?
|