html表格边框有关问题

WBOY
Release: 2016-06-13 13:37:41
Original
1363 people have browsed it

html表格边框问题
border:solid 1px #0099FF;


这样设置的表格看最外面的边框都很细··一条实线
可是单元格之间的距离实际是2条实线··
怎么拿内部相连的单元格距离也是一条实线

------解决方案--------------------
td{border:solid red 1px}
------解决方案--------------------
td{ border-right:1px solid #000; border-bottom:1px solid #000;}
table{border:1px solid #000;border-right:0;border-bottom:0;}





1 2
3 4

------解决方案--------------------

------解决方案--------------------
HTML code
Copy after login
Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!