2015各种表格样式代码.docVIP

  • 5
  • 0
  • 约9.43千字
  • 约 12页
  • 2016-11-28 发布于北京
  • 举报
2015各种表格样式代码

各种表格样式代码■隐藏横向的分隔线: table border rules=cols cellspacing=0 align=left? ? ? 例一: ? ? ? ? ? ? ? ? ? ■隐藏纵向的分隔线 table border rules=rows cellspacing=0 align=right 例二: ? ? ? ? ? ? ? ? ? ■隐藏横向和纵向分隔线 table border rules=none cellspacing=0 align=center 例三: ? ? ? ? ? ? ? ? ? ■表格边框连续闪烁 在BODY区加上代码: table border=0 width=280 id=myexample style=border:5px solid yellow tr td加入任意物件.加入任意物件. br加入任意物件.加入任意物件. br加入任意物件.加入任意物件./td /tr /table script language=javascript1.2 !-- function flashit(){ if (!document.all) return if (myexample.style.borderColor==yellow) myexample.style.borderColor=lime else myexam

文档评论(0)

1亿VIP精品文档

相关文档