admin管理员组文章数量:1023738
colspan:
<td colspan="4">
</td>
column-span
<td style="column-span:4">
</td>
The colspan
does working properly. but column-span
does not working.
I have little bit confusion with the full name :
because colspan
full name is column span
. but column-span
is different from colspan
.
Please explain the meaning of
colspan
andcolumn-span
And tell me the difference.
colspan:
<td colspan="4">
</td>
column-span
<td style="column-span:4">
</td>
The colspan
does working properly. but column-span
does not working.
I have little bit confusion with the full name :
because colspan
full name is column span
. but column-span
is different from colspan
.
Share Improve this question edited Apr 22, 2015 at 9:25 Ramesh Rajendran asked Apr 22, 2015 at 9:24 Ramesh RajendranRamesh Rajendran 38.8k49 gold badges159 silver badges240 bronze badges 1
Please explain the meaning of
colspan
andcolumn-span
And tell me the difference.
-
Note: Browser support for
column-span:
is poor. Avoid using it. w3schools./cssref/css3_pr_column-span.asp – iCollect.it Ltd Commented Apr 22, 2015 at 9:25
1 Answer
Reset to default 8column-span:
was designed for print-style layouts and is a pure CSS rule. It is used to span CSS columns
(not table columns).
colspan
the attribute is used for table TD
elements to get them to span multiple columns in the table.
Note: Browser support for column-span:
is poor. Avoid using it. http://www.w3schools./cssref/css3_pr_column-span.asp
colspan:
<td colspan="4">
</td>
column-span
<td style="column-span:4">
</td>
The colspan
does working properly. but column-span
does not working.
I have little bit confusion with the full name :
because colspan
full name is column span
. but column-span
is different from colspan
.
Please explain the meaning of
colspan
andcolumn-span
And tell me the difference.
colspan:
<td colspan="4">
</td>
column-span
<td style="column-span:4">
</td>
The colspan
does working properly. but column-span
does not working.
I have little bit confusion with the full name :
because colspan
full name is column span
. but column-span
is different from colspan
.
Share Improve this question edited Apr 22, 2015 at 9:25 Ramesh Rajendran asked Apr 22, 2015 at 9:24 Ramesh RajendranRamesh Rajendran 38.8k49 gold badges159 silver badges240 bronze badges 1
Please explain the meaning of
colspan
andcolumn-span
And tell me the difference.
-
Note: Browser support for
column-span:
is poor. Avoid using it. w3schools./cssref/css3_pr_column-span.asp – iCollect.it Ltd Commented Apr 22, 2015 at 9:25
1 Answer
Reset to default 8column-span:
was designed for print-style layouts and is a pure CSS rule. It is used to span CSS columns
(not table columns).
colspan
the attribute is used for table TD
elements to get them to span multiple columns in the table.
Note: Browser support for column-span:
is poor. Avoid using it. http://www.w3schools./cssref/css3_pr_column-span.asp
本文标签: javascriptDifference between colspan and columnspan in cssStack Overflow
版权声明:本文标题:javascript - Difference between colspan and column-span in css - Stack Overflow 内容由热心网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://it.en369.cn/questions/1745585055a2157540.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论