• css中指定table的tr边框

    普通类
    • 支持
    • 批判
    • 提问
    • 解释
    • 补充
    • 删除
    • 内容

    <table border="1" bordercolor="#FF9966" >
    <tr>
    <td width="102" style="border-right-style:none">
    隐藏右边框</td>
    <td width="119" style="border-left-style:none">
    隐藏左边框</td>
    </tr>
    <tr>
    <td style="border-top-style:none">
    隐藏上边框</td>
    <td style="border-bottom-style:none">
    隐藏下边框</td>
    </tr>
    </table>

    <table>
    <tr>
    <td style="border-right:#cccccc solid 1px;">
    显示右边框</td>
    <td style="border-left:#cccccc solid 1px;">
    显示左边框</td>
    <td style="border-top:#cccccc solid 1px;">
    显示上边框</td>
    <td style="border-bottom:#cccccc solid 1px;">
    显示下边框</td>
    </tr>
    </table>

    <table>
    <tr>
    <td style="border-right : thin dashed blue;">
    右边框显示细虚线</td>
    <td style="border-bottom: thick dashed yellow;">
    左边框显示粗虚线</td>
    <td style="border-top: double green;">
    上边框显示两条线</td>
    <td style="border-left: dotted red;">
    下边框显示点</td>
    </tr>
    </table>

    • 标签:
    • 显示
    • td
    • cccccc
    • css
    • solid
    • tdtd
    • 1px
    • style
    • 边框
    • 隐藏
    • table
    • tr
  • 加入的知识群:
    学习元评论 (0条)

    评论为空
    聪明如你,不妨在这 发表你的看法与心得 ~



    登录之后可以发表学习元评论
      
暂无内容~~
顶部