首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 网站开发 > Web前端 >

table显示边框有关问题,隐藏行线,列线

2012-08-24 
table显示边框问题,隐藏行线,列线只显示上边框 ? table ? frameabove ??? 只显示下边框 ? table ? fra

table显示边框问题,隐藏行线,列线

只显示上边框 ? <table ? frame=above> ??
? 只显示下边框 ? <table ? frame=below> ? ??
? 只显示左、右边框 ? <table ? frame=vsides> ??
? 只显示上、下边框 ? <table ? frame=hsides> ??
? 只显示左边框 ? <table ? frame=lhs> ??
? 只显示右边框 ? <table ? frame=rhs> ??
? 不显示任何边框 ? <table ? frame=void> ? ??
? <table ? border ? rules=cols ? cellspacing=0 ? align=left> ? 可以隐藏横向的分隔线 ? ??
? ??
? <table ? border ? rules=rows ? cellspacing=0 ? align=right>可以隐藏纵向的分隔线 ? ??
? ??
? <table ? border ? rules=none ? cellspacing=0 ? align=center>可以隐藏横向和纵向的分隔线

热点排行