Posted by Martin on 10/25/97 11:19
I'm using the following in a table in which I want the right-most
column to be hidden. This works as expected in IE but not in FireFox.
What am I doing wrong?
<colgroup>
<col width='18%' style='font-weight: bold'>
<col width='16%' style='font-weight: bold'>
<col width='13%' style='font-weight: bold'>
<col width='20%' style='font-weight: bold'>
<col width='33%' style='font-weight: bold'>
<col width='1%' style='display:none'>
</colgroup>
Navigation:
[Reply to this message]
|