如何在asp.net中删除aspx表格单元格的右侧边框 [英] how to remove right side boder of aspx table cell in asp.net

查看:207
本文介绍了如何在asp.net中删除aspx表格单元格的右侧边框的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

如何在asp.net中删除aspx表格单元的右侧boder

解决方案

在CSS中添加以下样式:

< pre lang =CSS># your-table-id td { border-right 无; }





如果你只需要没有边框的最右边的单元格,那就使用:

 your-table-id   td:last  { border-right  < span class =code-keyword>:  none; } 


how to remove right side boder of aspx table cell in asp.net

解决方案

In CSS put the following style:

#your-table-id td { border-right: none;}



If you need only right-most cell without border then use:

#your-table-id td:last { border-right: none;}


这篇关于如何在asp.net中删除aspx表格单元格的右侧边框的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆