大家知道html表格斜线吗?下面我们就给大家详细介绍一下吧!我们积累了一些经验,在此拿出来与大家分享下,请大家互相指正。在html、jsp中经常用到table,但在table中如何实现标题表格中画斜线的操作呢?从网上查了很多资料,可以实现的方法有好几种,现在提供一种简单的操作方法,而且不用考虑分辨率的问题,方法如下:
<style>
/*对角钱矩形宽度为50,高度为100,分别对应border-top和border-left两个属性来设定*/
.d1{border-top:100px threedlightshadow solid;border-left:120px windowframe solid;width:0;height:0;position:relative;color:#FFF}
span{display:block;width:40px}
.s1{position:absolute;top:-70px;left:-44px;color:black;}
.s2{position:absolute;bottom:8px;right:55px}
</style>
相信大家已经学会html表格斜线了吧!感谢大家对我们网站的支持!
相关推荐:
html表格特效立体表格的代码
/*对角钱矩形宽度为50,高度为100,分别对应border-top和border-left两个属性来设定*/
.d1{border-top:100px threedlightshadow solid;border-left:120px windowframe solid;width:0;height:0;position:relative;color:#FFF}
span{display:block;width:40px}
.s1{position:absolute;top:-70px;left:-44px;color:black;}
.s2{position:absolute;bottom:8px;right:55px}