a{display:block;}与JS中的display有什么区别么?
看透不说透
看透不说透 2016-12-26 15:12:22
0
2
1700
看透不说透
看透不说透

reply all(2)
数据分析师

Are there any differences between a{display:block;} and display in JS? -PHP Chinese website Q&A-What is the difference between a{display:block;} and display in JS? -PHP Chinese website Q&A

Please watch and learn.

迷茫

display就是设置显示方式,其值可以为

display:static默认

display:none 隐藏

display:block 块级元素

display:inline  内联元素

display:inline-block 内联块级元素

display:table-cell让标签元素以表格单元格的形式呈现,类似于td标签

所以这只是display所选取的值不同,    其效果也会有所不同而已。


Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template