Forum Moderators: mack
<table width="100%">
<tr>
<td width="50%">Test</td>
<td width="50%">Another Test</td>
</tr>
</table>
...or...
<table width="1000">
<tr>
<td width="500">Test</td>
<td width="500">Another Test</td>
</tr>
</table>
?
Obviously the time difference is too small for me to notice! But theoretically, which would load faster?
My hypothesis on this would be that it would load faster given defined attributes for width. The browsers programming assumabley would take this number and plug it into a variable, whereas if it were given a percent, the browser would have to ask what the resolution was, and make the variable 50% of X. So in my mind, if the programming is the way I think it should be, it’s the difference between a user-defined variable, and an algorithm to GET that variable.
Just my 2¢
-- Zak