jquery怎么写table切换

2026年09月23日 21:29
有2个网友回答
网友(1):





几行简单的jQuery代码搞定tab标签切换效果







  • tab标签

  • qq在线客服代码

  • css3










网友(2):

table
{
border-collapse: collapse;
border-spacing: 0;
margin-right: auto;
margin-left: auto;
width: 800px;
}
th, td
{
border: 1px solid #b5d6e6;
font-size: 12px;
font-weight: normal;
text-align: center;
vertical-align: middle;
height: 20px;
}
th
{
background-color: Gray;
}