Width 100%...and then some..

liunx

Guest
Hello all,<br />
<br />
I notice that on some web sites, there are tables in which the cell contents reach across the entire screen, no matter whether the screen is minimized or not, nor does it matter what resolution your screen is set at. Does anyone know how this is done? Below is a link that is an example of it. The effect that I am speaking of is in orange at the top, but the entire table is 100%. <br />
<br />
<!-- w --><a class="postlink" href="http://www.typeface.org">www.typeface.org</a><!-- w --><br />
<br />
If I'm not making sense, please let me know :-)<br />
<br />
Thanks,<br />
<br />
Brian<!--content-->Yes, the table is 100% therefore it stays at approximately 100% of your browser window width whether you resize the browser.<br />
<br />
<table border="1" width="100%"><br />
<tr><br />
<td>1</td><br />
<td>2</td><br />
</tr><br />
</table><!--content-->Originally posted by haynbrian <br />
<br />
Right! They did what I sometimes do. I make a blank table a certain size to control my layout to that size, then other tables can be 100% inside. <br />
Yeah, I know, don't mention it (tables)<br />
<br />
This one happens to be in two blank tables. Both at 100%<!--content-->
 
Back
Top