您现在的位置: 万盛学电脑网 >> 程序编程 >> 网页制作 >> Html5 >> 正文

html表格斜线介绍

作者:佚名    责任编辑:admin    更新时间:2022-06-22

我们为大家收集整理了关于html表格斜线,以方便大家参考。

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8" /><title>用div+css模拟表格对角线</title><style type="text/css">table{ border-collapse:collapse;border:1px #525152 solid;width:90%;margin:0 auto;margin-top:100px;}th,td{border:1px solid #525152;text-align:center;font-size:12px;line-height:30px;background:#C6C7C6;}th{background:#D6D3D6;}/*模拟对角线*/.out{border-top:25em #D6D3D6 solid;/*上边框宽度等于表格第一行行高*/border-left:80px #BDBABD solid;/*左边框宽度等于表格第一行第一格宽度*/position:relative;/*让里面的两个子容器绝对定位*/}b{font-style:normal;display:block;position:absolute;top:-23em;left:-75px;width:80px;}em{font-style:normal;display:block;position:absolute;top:-40px;left:-90px;width:80px;}.assessDetail td{background-color: #FFF;}</style></head><body><table><tr><th style="width:80px;" rowspan="3"><div class="out">

希望大家可以学会html表格斜线想了解更多精彩内容,请关注我们的网站!

相关推荐:

html表格线颜色是什么呢